Shades of Sunflower #DECE19
Tints of Sunflower #DECE19
RGB
CMYK
RGB Variations
Color information
#DECE19 (or 0xDECE19) is known color: Sunflower. HEX triplet: DE, CE and 19. RGB value is (222,206,25). Sum of RGB (Red+Green+Blue) = 222+206+25=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 25 (10.16% from 255 or 5.52% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECE19 is #2131E6. Grayscale: #BEBEBE. Windows color (decimal): -2175463 or 1691358. OLE color: 1691358.
HSL color Cylindrical-coordinate representation of color #DECE19: hue angle of 55.13º 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 #DECE19 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 25 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.13 |
| HSL | 55.13º | 0.8% | 0.48% | - |
| HSV(B) | 55.13º | 0.89% | 0.87% | - |
| XYZ | 52.37 | 59.74 | 9.69 | - |
| YUV | 190.15 | 34.8 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 25 | 0 | 0.07 | 0.89 | 0.13 | 55.13 | 0.8 | 0.48 |
| Hex | DE | CE | 19 | 0 | 7 | 59 | D | 37 | 50 | 30 |
| Octal | 336 | 316 | 31 | 0 | 7 | 131 | 15 | 67 | 120 | 60 |
| Binary | 11011110 | 11001110 | 11001 | 0 | 111 | 1011001 | 1101 | 110111 | 1010000 | 110000 |
Color Harmonies of #DECE19
Complementary color
Monochromatic Colors of #DECE19
Black with #DECE19
Text Example
Text Example
White with #DECE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECE19; }
p { color: rgb(222,206,25); }
H1.HeaderClassName
{
color: #DECE19;
}
.AnyTagClassName
{
color: #DECE19;
}
</style>
background-color css
<style>
a { background-color: #DECE19; }
a { background-color: rgb(222,206,25); }
div.DivClassName
{
background-color: #DECE19;
}
.BgClassName
{
background-color: #DECE19;
}
</style>
border-color css
<style>
span { border-color: #DECE19; }
span { border-color: rgb(222,206,25); }
td.TdClassName
{
border-color: #DECE19;
}
.TagClassName
{
border-color: #DECE19;
}
</style>