Shades of Sunflower #DECC19
Tints of Sunflower #DECC19
RGB
CMYK
RGB Variations
Color information
#DECC19 (or 0xDECC19) is known color: Sunflower. HEX triplet: DE, CC and 19. RGB value is (222,204,25). Sum of RGB (Red+Green+Blue) = 222+204+25=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 25 (10.16% from 255 or 5.54% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECC19 is #2133E6. Grayscale: #BDBDBD. Windows color (decimal): -2175975 or 1690846. OLE color: 1690846.
HSL color Cylindrical-coordinate representation of color #DECC19: hue angle of 54.52º 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 #DECC19 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 25 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.13 |
| HSL | 54.52º | 0.8% | 0.48% | - |
| HSV(B) | 54.52º | 0.89% | 0.87% | - |
| XYZ | 51.89 | 58.79 | 9.53 | - |
| YUV | 188.98 | 35.46 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 25 | 0 | 0.08 | 0.89 | 0.13 | 54.52 | 0.8 | 0.48 |
| Hex | DE | CC | 19 | 0 | 8 | 59 | D | 37 | 50 | 30 |
| Octal | 336 | 314 | 31 | 0 | 10 | 131 | 15 | 67 | 120 | 60 |
| Binary | 11011110 | 11001100 | 11001 | 0 | 1000 | 1011001 | 1101 | 110111 | 1010000 | 110000 |
Color Harmonies of #DECC19
Complementary color
Monochromatic Colors of #DECC19
Black with #DECC19
Text Example
Text Example
White with #DECC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC19; }
p { color: rgb(222,204,25); }
H1.HeaderClassName
{
color: #DECC19;
}
.AnyTagClassName
{
color: #DECC19;
}
</style>
background-color css
<style>
a { background-color: #DECC19; }
a { background-color: rgb(222,204,25); }
div.DivClassName
{
background-color: #DECC19;
}
.BgClassName
{
background-color: #DECC19;
}
</style>
border-color css
<style>
span { border-color: #DECC19; }
span { border-color: rgb(222,204,25); }
td.TdClassName
{
border-color: #DECC19;
}
.TagClassName
{
border-color: #DECC19;
}
</style>