Shades of Wattle #DECE3C
Tints of Wattle #DECE3C
RGB
CMYK
RGB Variations
Color information
#DECE3C (or 0xDECE3C) is known color: Wattle. HEX triplet: DE, CE and 3C. RGB value is (222,206,60). Sum of RGB (Red+Green+Blue) = 222+206+60=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 60 (23.83% from 255 or 12.30% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECE3C is #2131C3. Grayscale: #C2C2C2. Windows color (decimal): -2175428 or 3985118. OLE color: 3985118.
HSL color Cylindrical-coordinate representation of color #DECE3C: hue angle of 54.07º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DECE3C is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 60 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.13 |
| HSL | 54.07º | 0.71% | 0.55% | - |
| HSV(B) | 54.07º | 0.73% | 0.87% | - |
| XYZ | 53.01 | 60 | 13.06 | - |
| YUV | 194.14 | 52.3 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 60 | 0 | 0.07 | 0.73 | 0.13 | 54.07 | 0.71 | 0.55 |
| Hex | DE | CE | 3C | 0 | 7 | 49 | D | 36 | 47 | 37 |
| Octal | 336 | 316 | 74 | 0 | 7 | 111 | 15 | 66 | 107 | 67 |
| Binary | 11011110 | 11001110 | 111100 | 0 | 111 | 1001001 | 1101 | 110110 | 1000111 | 110111 |
Color Harmonies of #DECE3C
Complementary color
Monochromatic Colors of #DECE3C
Black with #DECE3C
Text Example
Text Example
White with #DECE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECE3C; }
p { color: rgb(222,206,60); }
H1.HeaderClassName
{
color: #DECE3C;
}
.AnyTagClassName
{
color: #DECE3C;
}
</style>
background-color css
<style>
a { background-color: #DECE3C; }
a { background-color: rgb(222,206,60); }
div.DivClassName
{
background-color: #DECE3C;
}
.BgClassName
{
background-color: #DECE3C;
}
</style>
border-color css
<style>
span { border-color: #DECE3C; }
span { border-color: rgb(222,206,60); }
td.TdClassName
{
border-color: #DECE3C;
}
.TagClassName
{
border-color: #DECE3C;
}
</style>