Shades of Sunflower #DECB0E
Tints of Sunflower #DECB0E
RGB
CMYK
RGB Variations
Color information
#DECB0E (or 0xDECB0E) is known color: Sunflower. HEX triplet: DE, CB and 0E. RGB value is (222,203,14). Sum of RGB (Red+Green+Blue) = 222+203+14=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 14 (5.86% from 255 or 3.19% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECB0E is #2134F1. Grayscale: #BBBBBB. Windows color (decimal): -2176242 or 969694. OLE color: 969694.
HSL color Cylindrical-coordinate representation of color #DECB0E: hue angle of 54.52º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DECB0E is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 14 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.13 |
| HSL | 54.52º | 0.88% | 0.46% | - |
| HSV(B) | 54.52º | 0.94% | 0.87% | - |
| XYZ | 51.56 | 58.27 | 8.95 | - |
| YUV | 187.14 | 30.29 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 14 | 0 | 0.09 | 0.94 | 0.13 | 54.52 | 0.88 | 0.46 |
| Hex | DE | CB | E | 0 | 9 | 5E | D | 37 | 58 | 2E |
| Octal | 336 | 313 | 16 | 0 | 11 | 136 | 15 | 67 | 130 | 56 |
| Binary | 11011110 | 11001011 | 1110 | 0 | 1001 | 1011110 | 1101 | 110111 | 1011000 | 101110 |
Color Harmonies of #DECB0E
Complementary color
Monochromatic Colors of #DECB0E
Black with #DECB0E
Text Example
Text Example
White with #DECB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB0E; }
p { color: rgb(222,203,14); }
H1.HeaderClassName
{
color: #DECB0E;
}
.AnyTagClassName
{
color: #DECB0E;
}
</style>
background-color css
<style>
a { background-color: #DECB0E; }
a { background-color: rgb(222,203,14); }
div.DivClassName
{
background-color: #DECB0E;
}
.BgClassName
{
background-color: #DECB0E;
}
</style>
border-color css
<style>
span { border-color: #DECB0E; }
span { border-color: rgb(222,203,14); }
td.TdClassName
{
border-color: #DECB0E;
}
.TagClassName
{
border-color: #DECB0E;
}
</style>