Shades of Sunflower #DEC808
Tints of Sunflower #DEC808
RGB
CMYK
RGB Variations
Color information
#DEC808 (or 0xDEC808) is known color: Sunflower. HEX triplet: DE, C8 and 08. RGB value is (222,200,8). Sum of RGB (Red+Green+Blue) = 222+200+8=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 200 (78.52% from 255 or 46.51% from 430); Blue value is 8 (3.52% from 255 or 1.86% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC808 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC808 is #2137F7. Grayscale: #B9B9B9. Windows color (decimal): -2177016 or 575710. OLE color: 575710.
HSL color Cylindrical-coordinate representation of color #DEC808: hue angle of 53.83º 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 #DEC808 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 8 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.13 |
| HSL | 53.83º | 0.93% | 0.45% | - |
| HSV(B) | 53.83º | 0.96% | 0.87% | - |
| XYZ | 50.82 | 56.86 | 8.53 | - |
| YUV | 184.69 | 28.29 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 8 | 0 | 0.10 | 0.96 | 0.13 | 53.83 | 0.93 | 0.45 |
| Hex | DE | C8 | 8 | 0 | A | 60 | D | 36 | 5D | 2D |
| Octal | 336 | 310 | 10 | 0 | 12 | 140 | 15 | 66 | 135 | 55 |
| Binary | 11011110 | 11001000 | 1000 | 0 | 1010 | 1100000 | 1101 | 110110 | 1011101 | 101101 |
Color Harmonies of #DEC808
Complementary color
Monochromatic Colors of #DEC808
Black with #DEC808
Text Example
Text Example
White with #DEC808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC808; }
p { color: rgb(222,200,8); }
H1.HeaderClassName
{
color: #DEC808;
}
.AnyTagClassName
{
color: #DEC808;
}
</style>
background-color css
<style>
a { background-color: #DEC808; }
a { background-color: rgb(222,200,8); }
div.DivClassName
{
background-color: #DEC808;
}
.BgClassName
{
background-color: #DEC808;
}
</style>
border-color css
<style>
span { border-color: #DEC808; }
span { border-color: rgb(222,200,8); }
td.TdClassName
{
border-color: #DEC808;
}
.TagClassName
{
border-color: #DEC808;
}
</style>