#DECD39

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

Shades of Wattle #DECD39

Tints of Wattle #DECD39

Color information

#DECD39 (or 0xDECD39) is unknown color: approx Wattle. HEX triplet: DE, CD and 39. RGB value is (222,205,57). Sum of RGB (Red+Green+Blue) = 222+205+57=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 57 (22.66% from 255 or 11.78% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECD39 is #2132C6. Grayscale: #C1C1C1. Windows color (decimal): -2175687 or 3788254. OLE color: 3788254.

HSL color Cylindrical-coordinate representation of color #DECD39: hue angle of 53.82º 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 #DECD39 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB22220557-
CMYK00.080.740.13
HSL53.82º71.43%54.71%-
HSV(B)53.82º74.32%87.06%-
XYZ52.6959.4912.58-
YUV193.2151.13148.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.87%
GREEN value IS 205 (80.47% from 255) = 42.36%
BLUE value IS 57 (22.66% from 255) = 11.78%
R=45.87%
G=42.36%
B=11.78%

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
Decimal2222055700.080.740.1353.8271.4354.71
HexDECD39084AD364737
Octal33631571010112156610767
Binary110111101100110111100101000100101011011101101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECD39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECD39; }

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

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

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

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

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

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

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

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