Shades of Sunflower #DEC419
Tints of Sunflower #DEC419
RGB
CMYK
RGB Variations
Color information
#DEC419 (or 0xDEC419) is known color: Sunflower. HEX triplet: DE, C4 and 19. RGB value is (222,196,25). Sum of RGB (Red+Green+Blue) = 222+196+25=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 196 (76.95% from 255 or 44.24% from 443); Blue value is 25 (10.16% from 255 or 5.64% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC419 is #213BE6. Grayscale: #B8B8B8. Windows color (decimal): -2178023 or 1688798. OLE color: 1688798.
HSL color Cylindrical-coordinate representation of color #DEC419: hue angle of 52.08º 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 #DEC419 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 25 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.13 |
| HSL | 52.08º | 0.8% | 0.48% | - |
| HSV(B) | 52.08º | 0.89% | 0.87% | - |
| XYZ | 50.04 | 55.08 | 8.91 | - |
| YUV | 184.28 | 38.11 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 25 | 0 | 0.12 | 0.89 | 0.13 | 52.08 | 0.8 | 0.48 |
| Hex | DE | C4 | 19 | 0 | C | 59 | D | 34 | 50 | 30 |
| Octal | 336 | 304 | 31 | 0 | 14 | 131 | 15 | 64 | 120 | 60 |
| Binary | 11011110 | 11000100 | 11001 | 0 | 1100 | 1011001 | 1101 | 110100 | 1010000 | 110000 |
Color Harmonies of #DEC419
Complementary color
Monochromatic Colors of #DEC419
Black with #DEC419
Text Example
Text Example
White with #DEC419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC419; }
p { color: rgb(222,196,25); }
H1.HeaderClassName
{
color: #DEC419;
}
.AnyTagClassName
{
color: #DEC419;
}
</style>
background-color css
<style>
a { background-color: #DEC419; }
a { background-color: rgb(222,196,25); }
div.DivClassName
{
background-color: #DEC419;
}
.BgClassName
{
background-color: #DEC419;
}
</style>
border-color css
<style>
span { border-color: #DEC419; }
span { border-color: rgb(222,196,25); }
td.TdClassName
{
border-color: #DEC419;
}
.TagClassName
{
border-color: #DEC419;
}
</style>