Shades of Sunflower #DEC805
Tints of Sunflower #DEC805
RGB
CMYK
RGB Variations
Color information
#DEC805 (or 0xDEC805) is known color: Sunflower. HEX triplet: DE, C8 and 05. RGB value is (222,200,5). Sum of RGB (Red+Green+Blue) = 222+200+5=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 200 (78.52% from 255 or 46.84% from 427); Blue value is 5 (2.34% from 255 or 1.17% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC805 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC805 is #2137FA. Grayscale: #B9B9B9. Windows color (decimal): -2177019 or 379102. OLE color: 379102.
HSL color Cylindrical-coordinate representation of color #DEC805: hue angle of 53.92º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DEC805 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 5 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.13 |
| HSL | 53.92º | 0.96% | 0.45% | - |
| HSV(B) | 53.92º | 0.98% | 0.87% | - |
| XYZ | 50.81 | 56.85 | 8.44 | - |
| YUV | 184.35 | 26.79 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 5 | 0 | 0.10 | 0.98 | 0.13 | 53.92 | 0.96 | 0.45 |
| Hex | DE | C8 | 5 | 0 | A | 62 | D | 36 | 60 | 2D |
| Octal | 336 | 310 | 5 | 0 | 12 | 142 | 15 | 66 | 140 | 55 |
| Binary | 11011110 | 11001000 | 101 | 0 | 1010 | 1100010 | 1101 | 110110 | 1100000 | 101101 |
Color Harmonies of #DEC805
Complementary color
Monochromatic Colors of #DEC805
Black with #DEC805
Text Example
Text Example
White with #DEC805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC805; }
p { color: rgb(222,200,5); }
H1.HeaderClassName
{
color: #DEC805;
}
.AnyTagClassName
{
color: #DEC805;
}
</style>
background-color css
<style>
a { background-color: #DEC805; }
a { background-color: rgb(222,200,5); }
div.DivClassName
{
background-color: #DEC805;
}
.BgClassName
{
background-color: #DEC805;
}
</style>
border-color css
<style>
span { border-color: #DEC805; }
span { border-color: rgb(222,200,5); }
td.TdClassName
{
border-color: #DEC805;
}
.TagClassName
{
border-color: #DEC805;
}
</style>