Shades of Sunflower #DECB19
Tints of Sunflower #DECB19
RGB
CMYK
RGB Variations
Color information
#DECB19 (or 0xDECB19) is known color: Sunflower. HEX triplet: DE, CB and 19. RGB value is (222,203,25). Sum of RGB (Red+Green+Blue) = 222+203+25=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 25 (10.16% from 255 or 5.56% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECB19 is #2134E6. Grayscale: #BDBDBD. Windows color (decimal): -2176231 or 1690590. OLE color: 1690590.
HSL color Cylindrical-coordinate representation of color #DECB19: hue angle of 54.21º 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 #DECB19 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 25 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.13 |
| HSL | 54.21º | 0.8% | 0.48% | - |
| HSV(B) | 54.21º | 0.89% | 0.87% | - |
| XYZ | 51.66 | 58.31 | 9.45 | - |
| YUV | 188.39 | 35.79 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 25 | 0 | 0.09 | 0.89 | 0.13 | 54.21 | 0.8 | 0.48 |
| Hex | DE | CB | 19 | 0 | 9 | 59 | D | 36 | 50 | 30 |
| Octal | 336 | 313 | 31 | 0 | 11 | 131 | 15 | 66 | 120 | 60 |
| Binary | 11011110 | 11001011 | 11001 | 0 | 1001 | 1011001 | 1101 | 110110 | 1010000 | 110000 |
Color Harmonies of #DECB19
Complementary color
Monochromatic Colors of #DECB19
Black with #DECB19
Text Example
Text Example
White with #DECB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB19; }
p { color: rgb(222,203,25); }
H1.HeaderClassName
{
color: #DECB19;
}
.AnyTagClassName
{
color: #DECB19;
}
</style>
background-color css
<style>
a { background-color: #DECB19; }
a { background-color: rgb(222,203,25); }
div.DivClassName
{
background-color: #DECB19;
}
.BgClassName
{
background-color: #DECB19;
}
</style>
border-color css
<style>
span { border-color: #DECB19; }
span { border-color: rgb(222,203,25); }
td.TdClassName
{
border-color: #DECB19;
}
.TagClassName
{
border-color: #DECB19;
}
</style>