Shades of Sunflower #DEC819
Tints of Sunflower #DEC819
RGB
CMYK
RGB Variations
Color information
#DEC819 (or 0xDEC819) is known color: Sunflower. HEX triplet: DE, C8 and 19. RGB value is (222,200,25). Sum of RGB (Red+Green+Blue) = 222+200+25=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 25 (10.16% from 255 or 5.59% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC819 is #2137E6. Grayscale: #BBBBBB. Windows color (decimal): -2176999 or 1689822. OLE color: 1689822.
HSL color Cylindrical-coordinate representation of color #DEC819: hue angle of 53.3º 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 #DEC819 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 25 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.13 |
| HSL | 53.3º | 0.8% | 0.48% | - |
| HSV(B) | 53.3º | 0.89% | 0.87% | - |
| XYZ | 50.95 | 56.91 | 9.22 | - |
| YUV | 186.63 | 36.79 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 25 | 0 | 0.10 | 0.89 | 0.13 | 53.3 | 0.8 | 0.48 |
| Hex | DE | C8 | 19 | 0 | A | 59 | D | 35 | 50 | 30 |
| Octal | 336 | 310 | 31 | 0 | 12 | 131 | 15 | 65 | 120 | 60 |
| Binary | 11011110 | 11001000 | 11001 | 0 | 1010 | 1011001 | 1101 | 110101 | 1010000 | 110000 |
Color Harmonies of #DEC819
Complementary color
Monochromatic Colors of #DEC819
Black with #DEC819
Text Example
Text Example
White with #DEC819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC819; }
p { color: rgb(222,200,25); }
H1.HeaderClassName
{
color: #DEC819;
}
.AnyTagClassName
{
color: #DEC819;
}
</style>
background-color css
<style>
a { background-color: #DEC819; }
a { background-color: rgb(222,200,25); }
div.DivClassName
{
background-color: #DEC819;
}
.BgClassName
{
background-color: #DEC819;
}
</style>
border-color css
<style>
span { border-color: #DEC819; }
span { border-color: rgb(222,200,25); }
td.TdClassName
{
border-color: #DEC819;
}
.TagClassName
{
border-color: #DEC819;
}
</style>