Shades of Sunflower #DECB04
Tints of Sunflower #DECB04
RGB
CMYK
RGB Variations
Color information
#DECB04 (or 0xDECB04) is known color: Sunflower. HEX triplet: DE, CB and 04. RGB value is (222,203,4). Sum of RGB (Red+Green+Blue) = 222+203+4=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 4 (1.95% from 255 or 0.93% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECB04 is #2134FB. Grayscale: #BABABA. Windows color (decimal): -2176252 or 314334. OLE color: 314334.
HSL color Cylindrical-coordinate representation of color #DECB04: hue angle of 54.77º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DECB04 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 4 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.13 |
| HSL | 54.77º | 0.96% | 0.44% | - |
| HSV(B) | 54.77º | 0.98% | 0.87% | - |
| XYZ | 51.5 | 58.25 | 8.64 | - |
| YUV | 186 | 25.29 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 4 | 0 | 0.09 | 0.98 | 0.13 | 54.77 | 0.96 | 0.44 |
| Hex | DE | CB | 4 | 0 | 9 | 62 | D | 37 | 60 | 2C |
| Octal | 336 | 313 | 4 | 0 | 11 | 142 | 15 | 67 | 140 | 54 |
| Binary | 11011110 | 11001011 | 100 | 0 | 1001 | 1100010 | 1101 | 110111 | 1100000 | 101100 |
Color Harmonies of #DECB04
Complementary color
Monochromatic Colors of #DECB04
Black with #DECB04
Text Example
Text Example
White with #DECB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB04; }
p { color: rgb(222,203,4); }
H1.HeaderClassName
{
color: #DECB04;
}
.AnyTagClassName
{
color: #DECB04;
}
</style>
background-color css
<style>
a { background-color: #DECB04; }
a { background-color: rgb(222,203,4); }
div.DivClassName
{
background-color: #DECB04;
}
.BgClassName
{
background-color: #DECB04;
}
</style>
border-color css
<style>
span { border-color: #DECB04; }
span { border-color: rgb(222,203,4); }
td.TdClassName
{
border-color: #DECB04;
}
.TagClassName
{
border-color: #DECB04;
}
</style>