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