#DECC39

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

Shades of Wattle #DECC39

Tints of Wattle #DECC39

Color information

#DECC39 (or 0xDECC39) is unknown color: approx Wattle. HEX triplet: DE, CC and 39. RGB value is (222,204,57). Sum of RGB (Red+Green+Blue) = 222+204+57=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 57 (22.66% from 255 or 11.80% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECC39 is #2133C6. Grayscale: #C1C1C1. Windows color (decimal): -2175943 or 3787998. OLE color: 3787998.

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

Color convert

RGB22220457-
CMYK00.080.740.13
HSL53.45º71.43%54.71%-
HSV(B)53.45º74.32%87.06%-
XYZ52.4659.0112.5-
YUV192.6251.46148.95-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.96%
GREEN value IS 204 (80.08% from 255) = 42.24%
BLUE value IS 57 (22.66% from 255) = 11.80%
R=45.96%
G=42.24%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222045700.080.740.1353.4571.4354.71
HexDECC39084AD354737
Octal33631471010112156510767
Binary110111101100110011100101000100101011011101011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECC39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECC39; }

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

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

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

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

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

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

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

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