Shades of Sunflower #DEC919
Tints of Sunflower #DEC919
RGB
CMYK
RGB Variations
Color information
#DEC919 (or 0xDEC919) is known color: Sunflower. HEX triplet: DE, C9 and 19. RGB value is (222,201,25). Sum of RGB (Red+Green+Blue) = 222+201+25=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 25 (10.16% from 255 or 5.58% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC919 is #2136E6. Grayscale: #BBBBBB. Windows color (decimal): -2176743 or 1690078. OLE color: 1690078.
HSL color Cylindrical-coordinate representation of color #DEC919: hue angle of 53.6º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DEC919 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 25 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.13 |
| HSL | 53.6º | 0.8% | 0.48% | - |
| HSV(B) | 53.6º | 0.89% | 0.87% | - |
| XYZ | 51.19 | 57.37 | 9.3 | - |
| YUV | 187.22 | 36.46 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 25 | 0 | 0.09 | 0.89 | 0.13 | 53.6 | 0.8 | 0.48 |
| Hex | DE | C9 | 19 | 0 | 9 | 59 | D | 36 | 50 | 30 |
| Octal | 336 | 311 | 31 | 0 | 11 | 131 | 15 | 66 | 120 | 60 |
| Binary | 11011110 | 11001001 | 11001 | 0 | 1001 | 1011001 | 1101 | 110110 | 1010000 | 110000 |
Color Harmonies of #DEC919
Complementary color
Monochromatic Colors of #DEC919
Black with #DEC919
Text Example
Text Example
White with #DEC919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC919; }
p { color: rgb(222,201,25); }
H1.HeaderClassName
{
color: #DEC919;
}
.AnyTagClassName
{
color: #DEC919;
}
</style>
background-color css
<style>
a { background-color: #DEC919; }
a { background-color: rgb(222,201,25); }
div.DivClassName
{
background-color: #DEC919;
}
.BgClassName
{
background-color: #DEC919;
}
</style>
border-color css
<style>
span { border-color: #DEC919; }
span { border-color: rgb(222,201,25); }
td.TdClassName
{
border-color: #DEC919;
}
.TagClassName
{
border-color: #DEC919;
}
</style>