Shades of Sunflower #DEC908
Tints of Sunflower #DEC908
RGB
CMYK
RGB Variations
Color information
#DEC908 (or 0xDEC908) is known color: Sunflower. HEX triplet: DE, C9 and 08. RGB value is (222,201,8). Sum of RGB (Red+Green+Blue) = 222+201+8=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 201 (78.91% from 255 or 46.64% from 431); Blue value is 8 (3.52% from 255 or 1.86% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC908 is #2136F7. Grayscale: #BABABA. Windows color (decimal): -2176760 or 575966. OLE color: 575966.
HSL color Cylindrical-coordinate representation of color #DEC908: hue angle of 54.11º 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 #DEC908 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 8 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.13 |
| HSL | 54.11º | 0.93% | 0.45% | - |
| HSV(B) | 54.11º | 0.96% | 0.87% | - |
| XYZ | 51.05 | 57.32 | 8.6 | - |
| YUV | 185.28 | 27.96 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 8 | 0 | 0.09 | 0.96 | 0.13 | 54.11 | 0.93 | 0.45 |
| Hex | DE | C9 | 8 | 0 | 9 | 60 | D | 36 | 5D | 2D |
| Octal | 336 | 311 | 10 | 0 | 11 | 140 | 15 | 66 | 135 | 55 |
| Binary | 11011110 | 11001001 | 1000 | 0 | 1001 | 1100000 | 1101 | 110110 | 1011101 | 101101 |
Color Harmonies of #DEC908
Complementary color
Monochromatic Colors of #DEC908
Black with #DEC908
Text Example
Text Example
White with #DEC908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC908; }
p { color: rgb(222,201,8); }
H1.HeaderClassName
{
color: #DEC908;
}
.AnyTagClassName
{
color: #DEC908;
}
</style>
background-color css
<style>
a { background-color: #DEC908; }
a { background-color: rgb(222,201,8); }
div.DivClassName
{
background-color: #DEC908;
}
.BgClassName
{
background-color: #DEC908;
}
</style>
border-color css
<style>
span { border-color: #DEC908; }
span { border-color: rgb(222,201,8); }
td.TdClassName
{
border-color: #DEC908;
}
.TagClassName
{
border-color: #DEC908;
}
</style>