#DECC49

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

Shades of Confetti #DECC49

Tints of Confetti #DECC49

Color information

#DECC49 (or 0xDECC49) is unknown color: approx Confetti. HEX triplet: DE, CC and 49. RGB value is (222,204,73). Sum of RGB (Red+Green+Blue) = 222+204+73=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 73 (28.91% from 255 or 14.63% from 499); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECC49 is #2133B6. Grayscale: #C2C2C2. Windows color (decimal): -2175927 or 4836574. OLE color: 4836574.

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

Color convert

RGB22220473-
CMYK00.080.670.13
HSL52.75º69.3%57.84%-
HSV(B)52.75º67.12%87.06%-
XYZ52.9259.214.94-
YUV194.4559.46147.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.49%
GREEN value IS 204 (80.08% from 255) = 40.88%
BLUE value IS 73 (28.91% from 255) = 14.63%
R=44.49%
G=40.88%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222047300.080.670.1352.7569.357.84
HexDECC490843D35453a
Octal336314111010103156510572
Binary1101111011001100100100101000100001111011101011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECC49; }

 p { color: rgb(222,204,73); }

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

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

 a { background-color: rgb(222,204,73); }

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

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

 span { border-color: rgb(222,204,73); }

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