Shades of Wattle #DEC72F
Tints of Wattle #DEC72F
RGB
CMYK
RGB Variations
Color information
#DEC72F (or 0xDEC72F) is known color: Wattle. HEX triplet: DE, C7 and 2F. RGB value is (222,199,47). Sum of RGB (Red+Green+Blue) = 222+199+47=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 47 (18.75% from 255 or 10.04% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC72F is #2138D0. Grayscale: #BDBDBD. Windows color (decimal): -2177233 or 3131358. OLE color: 3131358.
HSL color Cylindrical-coordinate representation of color #DEC72F: hue angle of 52.11º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DEC72F is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 47 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.13 |
| HSL | 52.11º | 0.73% | 0.53% | - |
| HSV(B) | 52.11º | 0.79% | 0.87% | - |
| XYZ | 51.06 | 56.58 | 10.92 | - |
| YUV | 188.55 | 48.12 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 47 | 0 | 0.10 | 0.79 | 0.13 | 52.11 | 0.73 | 0.53 |
| Hex | DE | C7 | 2F | 0 | A | 4F | D | 34 | 49 | 35 |
| Octal | 336 | 307 | 57 | 0 | 12 | 117 | 15 | 64 | 111 | 65 |
| Binary | 11011110 | 11000111 | 101111 | 0 | 1010 | 1001111 | 1101 | 110100 | 1001001 | 110101 |
Color Harmonies of #DEC72F
Complementary color
Monochromatic Colors of #DEC72F
Black with #DEC72F
Text Example
Text Example
White with #DEC72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC72F; }
p { color: rgb(222,199,47); }
H1.HeaderClassName
{
color: #DEC72F;
}
.AnyTagClassName
{
color: #DEC72F;
}
</style>
background-color css
<style>
a { background-color: #DEC72F; }
a { background-color: rgb(222,199,47); }
div.DivClassName
{
background-color: #DEC72F;
}
.BgClassName
{
background-color: #DEC72F;
}
</style>
border-color css
<style>
span { border-color: #DEC72F; }
span { border-color: rgb(222,199,47); }
td.TdClassName
{
border-color: #DEC72F;
}
.TagClassName
{
border-color: #DEC72F;
}
</style>