Shades of Sunflower #DECA04
Tints of Sunflower #DECA04
RGB
CMYK
RGB Variations
Color information
#DECA04 (or 0xDECA04) is known color: Sunflower. HEX triplet: DE, CA and 04. RGB value is (222,202,4). Sum of RGB (Red+Green+Blue) = 222+202+4=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 4 (1.95% from 255 or 0.93% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECA04 is #2135FB. Grayscale: #BABABA. Windows color (decimal): -2176508 or 314078. OLE color: 314078.
HSL color Cylindrical-coordinate representation of color #DECA04: hue angle of 54.5º 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 #DECA04 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 4 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.13 |
| HSL | 54.5º | 0.96% | 0.44% | - |
| HSV(B) | 54.5º | 0.98% | 0.87% | - |
| XYZ | 51.27 | 57.78 | 8.57 | - |
| YUV | 185.41 | 25.63 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 4 | 0 | 0.09 | 0.98 | 0.13 | 54.5 | 0.96 | 0.44 |
| Hex | DE | CA | 4 | 0 | 9 | 62 | D | 36 | 60 | 2C |
| Octal | 336 | 312 | 4 | 0 | 11 | 142 | 15 | 66 | 140 | 54 |
| Binary | 11011110 | 11001010 | 100 | 0 | 1001 | 1100010 | 1101 | 110110 | 1100000 | 101100 |
Color Harmonies of #DECA04
Complementary color
Monochromatic Colors of #DECA04
Black with #DECA04
Text Example
Text Example
White with #DECA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECA04; }
p { color: rgb(222,202,4); }
H1.HeaderClassName
{
color: #DECA04;
}
.AnyTagClassName
{
color: #DECA04;
}
</style>
background-color css
<style>
a { background-color: #DECA04; }
a { background-color: rgb(222,202,4); }
div.DivClassName
{
background-color: #DECA04;
}
.BgClassName
{
background-color: #DECA04;
}
</style>
border-color css
<style>
span { border-color: #DECA04; }
span { border-color: rgb(222,202,4); }
td.TdClassName
{
border-color: #DECA04;
}
.TagClassName
{
border-color: #DECA04;
}
</style>