Shades of Wattle #DEC73C
Tints of Wattle #DEC73C
RGB
CMYK
RGB Variations
Color information
#DEC73C (or 0xDEC73C) is known color: Wattle. HEX triplet: DE, C7 and 3C. RGB value is (222,199,60). Sum of RGB (Red+Green+Blue) = 222+199+60=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 60 (23.83% from 255 or 12.47% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC73C is #2138C3. Grayscale: #BEBEBE. Windows color (decimal): -2177220 or 3983326. OLE color: 3983326.
HSL color Cylindrical-coordinate representation of color #DEC73C: hue angle of 51.48º 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 #DEC73C is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 60 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.13 |
| HSL | 51.48º | 0.71% | 0.55% | - |
| HSV(B) | 51.48º | 0.73% | 0.87% | - |
| XYZ | 51.36 | 56.7 | 12.51 | - |
| YUV | 190.03 | 54.62 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 60 | 0 | 0.10 | 0.73 | 0.13 | 51.48 | 0.71 | 0.55 |
| Hex | DE | C7 | 3C | 0 | A | 49 | D | 33 | 47 | 37 |
| Octal | 336 | 307 | 74 | 0 | 12 | 111 | 15 | 63 | 107 | 67 |
| Binary | 11011110 | 11000111 | 111100 | 0 | 1010 | 1001001 | 1101 | 110011 | 1000111 | 110111 |
Color Harmonies of #DEC73C
Complementary color
Monochromatic Colors of #DEC73C
Black with #DEC73C
Text Example
Text Example
White with #DEC73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC73C; }
p { color: rgb(222,199,60); }
H1.HeaderClassName
{
color: #DEC73C;
}
.AnyTagClassName
{
color: #DEC73C;
}
</style>
background-color css
<style>
a { background-color: #DEC73C; }
a { background-color: rgb(222,199,60); }
div.DivClassName
{
background-color: #DEC73C;
}
.BgClassName
{
background-color: #DEC73C;
}
</style>
border-color css
<style>
span { border-color: #DEC73C; }
span { border-color: rgb(222,199,60); }
td.TdClassName
{
border-color: #DEC73C;
}
.TagClassName
{
border-color: #DEC73C;
}
</style>