Shades of Sunflower #DECA08
Tints of Sunflower #DECA08
RGB
CMYK
RGB Variations
Color information
#DECA08 (or 0xDECA08) is known color: Sunflower. HEX triplet: DE, CA and 08. RGB value is (222,202,8). Sum of RGB (Red+Green+Blue) = 222+202+8=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 8 (3.52% from 255 or 1.85% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECA08 is #2135F7. Grayscale: #BABABA. Windows color (decimal): -2176504 or 576222. OLE color: 576222.
HSL color Cylindrical-coordinate representation of color #DECA08: hue angle of 54.39º 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 #DECA08 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 8 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.13 |
| HSL | 54.39º | 0.93% | 0.45% | - |
| HSV(B) | 54.39º | 0.96% | 0.87% | - |
| XYZ | 51.29 | 57.79 | 8.68 | - |
| YUV | 185.86 | 27.63 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 8 | 0 | 0.09 | 0.96 | 0.13 | 54.39 | 0.93 | 0.45 |
| Hex | DE | CA | 8 | 0 | 9 | 60 | D | 36 | 5D | 2D |
| Octal | 336 | 312 | 10 | 0 | 11 | 140 | 15 | 66 | 135 | 55 |
| Binary | 11011110 | 11001010 | 1000 | 0 | 1001 | 1100000 | 1101 | 110110 | 1011101 | 101101 |
Color Harmonies of #DECA08
Complementary color
Monochromatic Colors of #DECA08
Black with #DECA08
Text Example
Text Example
White with #DECA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECA08; }
p { color: rgb(222,202,8); }
H1.HeaderClassName
{
color: #DECA08;
}
.AnyTagClassName
{
color: #DECA08;
}
</style>
background-color css
<style>
a { background-color: #DECA08; }
a { background-color: rgb(222,202,8); }
div.DivClassName
{
background-color: #DECA08;
}
.BgClassName
{
background-color: #DECA08;
}
</style>
border-color css
<style>
span { border-color: #DECA08; }
span { border-color: rgb(222,202,8); }
td.TdClassName
{
border-color: #DECA08;
}
.TagClassName
{
border-color: #DECA08;
}
</style>