Shades of Sunflower #DEC508
Tints of Sunflower #DEC508
RGB
CMYK
RGB Variations
Color information
#DEC508 (or 0xDEC508) is known color: Sunflower. HEX triplet: DE, C5 and 08. RGB value is (222,197,8). Sum of RGB (Red+Green+Blue) = 222+197+8=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 197 (77.34% from 255 or 46.14% from 427); Blue value is 8 (3.52% from 255 or 1.87% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC508 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC508 is #213AF7. Grayscale: #B7B7B7. Windows color (decimal): -2177784 or 574942. OLE color: 574942.
HSL color Cylindrical-coordinate representation of color #DEC508: hue angle of 52.99º 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 #DEC508 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 8 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.13 |
| HSL | 52.99º | 0.93% | 0.45% | - |
| HSV(B) | 52.99º | 0.96% | 0.87% | - |
| XYZ | 50.13 | 55.48 | 8.3 | - |
| YUV | 182.93 | 29.28 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 8 | 0 | 0.11 | 0.96 | 0.13 | 52.99 | 0.93 | 0.45 |
| Hex | DE | C5 | 8 | 0 | B | 60 | D | 35 | 5D | 2D |
| Octal | 336 | 305 | 10 | 0 | 13 | 140 | 15 | 65 | 135 | 55 |
| Binary | 11011110 | 11000101 | 1000 | 0 | 1011 | 1100000 | 1101 | 110101 | 1011101 | 101101 |
Color Harmonies of #DEC508
Complementary color
Monochromatic Colors of #DEC508
Black with #DEC508
Text Example
Text Example
White with #DEC508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC508; }
p { color: rgb(222,197,8); }
H1.HeaderClassName
{
color: #DEC508;
}
.AnyTagClassName
{
color: #DEC508;
}
</style>
background-color css
<style>
a { background-color: #DEC508; }
a { background-color: rgb(222,197,8); }
div.DivClassName
{
background-color: #DEC508;
}
.BgClassName
{
background-color: #DEC508;
}
</style>
border-color css
<style>
span { border-color: #DEC508; }
span { border-color: rgb(222,197,8); }
td.TdClassName
{
border-color: #DEC508;
}
.TagClassName
{
border-color: #DEC508;
}
</style>