Shades of Sunflower #DEC913
Tints of Sunflower #DEC913
RGB
CMYK
RGB Variations
Color information
#DEC913 (or 0xDEC913) is known color: Sunflower. HEX triplet: DE, C9 and 13. RGB value is (222,201,19). Sum of RGB (Red+Green+Blue) = 222+201+19=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 19 (7.81% from 255 or 4.30% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC913 is #2136EC. Grayscale: #BBBBBB. Windows color (decimal): -2176749 or 1296862. OLE color: 1296862.
HSL color Cylindrical-coordinate representation of color #DEC913: hue angle of 53.79º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DEC913 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 19 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.13 |
| HSL | 53.79º | 0.84% | 0.47% | - |
| HSV(B) | 53.79º | 0.91% | 0.87% | - |
| XYZ | 51.13 | 57.35 | 8.99 | - |
| YUV | 186.53 | 33.46 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 19 | 0 | 0.09 | 0.91 | 0.13 | 53.79 | 0.84 | 0.47 |
| Hex | DE | C9 | 13 | 0 | 9 | 5B | D | 36 | 54 | 2F |
| Octal | 336 | 311 | 23 | 0 | 11 | 133 | 15 | 66 | 124 | 57 |
| Binary | 11011110 | 11001001 | 10011 | 0 | 1001 | 1011011 | 1101 | 110110 | 1010100 | 101111 |
Color Harmonies of #DEC913
Complementary color
Monochromatic Colors of #DEC913
Black with #DEC913
Text Example
Text Example
White with #DEC913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC913; }
p { color: rgb(222,201,19); }
H1.HeaderClassName
{
color: #DEC913;
}
.AnyTagClassName
{
color: #DEC913;
}
</style>
background-color css
<style>
a { background-color: #DEC913; }
a { background-color: rgb(222,201,19); }
div.DivClassName
{
background-color: #DEC913;
}
.BgClassName
{
background-color: #DEC913;
}
</style>
border-color css
<style>
span { border-color: #DEC913; }
span { border-color: rgb(222,201,19); }
td.TdClassName
{
border-color: #DEC913;
}
.TagClassName
{
border-color: #DEC913;
}
</style>