Shades of Sunflower #DEC008
Tints of Sunflower #DEC008
RGB
CMYK
RGB Variations
Color information
#DEC008 (or 0xDEC008) is known color: Sunflower. HEX triplet: DE, C0 and 08. RGB value is (222,192,8). Sum of RGB (Red+Green+Blue) = 222+192+8=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 8 (3.52% from 255 or 1.90% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC008 is #213FF7. Grayscale: #B4B4B4. Windows color (decimal): -2179064 or 573662. OLE color: 573662.
HSL color Cylindrical-coordinate representation of color #DEC008: hue angle of 51.59º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DEC008 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 8 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.13 |
| HSL | 51.59º | 0.93% | 0.45% | - |
| HSV(B) | 51.59º | 0.96% | 0.87% | - |
| XYZ | 49.02 | 53.25 | 7.92 | - |
| YUV | 179.99 | 30.94 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 8 | 0 | 0.14 | 0.96 | 0.13 | 51.59 | 0.93 | 0.45 |
| Hex | DE | C0 | 8 | 0 | E | 60 | D | 34 | 5D | 2D |
| Octal | 336 | 300 | 10 | 0 | 16 | 140 | 15 | 64 | 135 | 55 |
| Binary | 11011110 | 11000000 | 1000 | 0 | 1110 | 1100000 | 1101 | 110100 | 1011101 | 101101 |
Color Harmonies of #DEC008
Complementary color
Monochromatic Colors of #DEC008
Black with #DEC008
Text Example
Text Example
White with #DEC008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC008; }
p { color: rgb(222,192,8); }
H1.HeaderClassName
{
color: #DEC008;
}
.AnyTagClassName
{
color: #DEC008;
}
</style>
background-color css
<style>
a { background-color: #DEC008; }
a { background-color: rgb(222,192,8); }
div.DivClassName
{
background-color: #DEC008;
}
.BgClassName
{
background-color: #DEC008;
}
</style>
border-color css
<style>
span { border-color: #DEC008; }
span { border-color: rgb(222,192,8); }
td.TdClassName
{
border-color: #DEC008;
}
.TagClassName
{
border-color: #DEC008;
}
</style>