#DDCD53

Color #DDCD53 Confetti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Confetti #DDCD53

Tints of Confetti #DDCD53

Color information

#DDCD53 (or 0xDDCD53) is unknown color: approx Confetti. HEX triplet: DD, CD and 53. RGB value is (221,205,83). Sum of RGB (Red+Green+Blue) = 221+205+83=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 83 (32.81% from 255 or 16.31% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD53 is #2232AC. Grayscale: #C4C4C4. Windows color (decimal): -2241197 or 5492189. OLE color: 5492189.

HSL color Cylindrical-coordinate representation of color #DDCD53: hue angle of 53.04º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDCD53 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB22120583-
CMYK00.070.620.13
HSL53.04º66.99%59.61%-
HSV(B)53.04º62.44%86.67%-
XYZ53.2159.6616.89-
YUV195.8864.3145.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 43.42%
GREEN value IS 205 (80.47% from 255) = 40.28%
BLUE value IS 83 (32.81% from 255) = 16.31%
R=43.42%
G=40.28%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212058300.070.620.1353.0466.9959.61
HexDDCD53073ED35433c
Octal3353151230776156510374
Binary11011101110011011010011011111111011011101011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCD53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCD53; }

 p { color: rgb(221,205,83); }

 H1.HeaderClassName
 {
   color: #DDCD53;
 }
 .AnyTagClassName
 {
   color: #DDCD53;
 }
</style>
background-color css

<style>
 a { background-color: #DDCD53; }

 a { background-color: rgb(221,205,83); }

 div.DivClassName
 {
   background-color: #DDCD53;
 }
 .BgClassName
 {
   background-color: #DDCD53;
 }
</style>
border-color css

<style>
 span { border-color: #DDCD53; }

 span { border-color: rgb(221,205,83); }

 td.TdClassName
 {
   border-color: #DDCD53;
 }
 .TagClassName
 {
   border-color: #DDCD53;
 }
</style>