Shades of Sunflower #DECE08
Tints of Sunflower #DECE08
RGB
CMYK
RGB Variations
Color information
#DECE08 (or 0xDECE08) is known color: Sunflower. HEX triplet: DE, CE and 08. RGB value is (222,206,8). Sum of RGB (Red+Green+Blue) = 222+206+8=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 8 (3.52% from 255 or 1.83% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECE08 is #2131F7. Grayscale: #BDBDBD. Windows color (decimal): -2175480 or 577246. OLE color: 577246.
HSL color Cylindrical-coordinate representation of color #DECE08: hue angle of 55.51º 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 #DECE08 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 8 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.13 |
| HSL | 55.51º | 0.93% | 0.45% | - |
| HSV(B) | 55.51º | 0.96% | 0.87% | - |
| XYZ | 52.24 | 59.69 | 9 | - |
| YUV | 188.21 | 26.3 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 8 | 0 | 0.07 | 0.96 | 0.13 | 55.51 | 0.93 | 0.45 |
| Hex | DE | CE | 8 | 0 | 7 | 60 | D | 38 | 5D | 2D |
| Octal | 336 | 316 | 10 | 0 | 7 | 140 | 15 | 70 | 135 | 55 |
| Binary | 11011110 | 11001110 | 1000 | 0 | 111 | 1100000 | 1101 | 111000 | 1011101 | 101101 |
Color Harmonies of #DECE08
Complementary color
Monochromatic Colors of #DECE08
Black with #DECE08
Text Example
Text Example
White with #DECE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECE08; }
p { color: rgb(222,206,8); }
H1.HeaderClassName
{
color: #DECE08;
}
.AnyTagClassName
{
color: #DECE08;
}
</style>
background-color css
<style>
a { background-color: #DECE08; }
a { background-color: rgb(222,206,8); }
div.DivClassName
{
background-color: #DECE08;
}
.BgClassName
{
background-color: #DECE08;
}
</style>
border-color css
<style>
span { border-color: #DECE08; }
span { border-color: rgb(222,206,8); }
td.TdClassName
{
border-color: #DECE08;
}
.TagClassName
{
border-color: #DECE08;
}
</style>