Shades of Sunflower #DEC504
Tints of Sunflower #DEC504
RGB
CMYK
RGB Variations
Color information
#DEC504 (or 0xDEC504) is known color: Sunflower. HEX triplet: DE, C5 and 04. RGB value is (222,197,4). Sum of RGB (Red+Green+Blue) = 222+197+4=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 4 (1.95% from 255 or 0.95% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC504 is #213AFB. Grayscale: #B7B7B7. Windows color (decimal): -2177788 or 312798. OLE color: 312798.
HSL color Cylindrical-coordinate representation of color #DEC504: hue angle of 53.12º 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 #DEC504 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 4 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.13 |
| HSL | 53.12º | 0.96% | 0.44% | - |
| HSV(B) | 53.12º | 0.98% | 0.87% | - |
| XYZ | 50.11 | 55.47 | 8.18 | - |
| YUV | 182.47 | 27.28 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 4 | 0 | 0.11 | 0.98 | 0.13 | 53.12 | 0.96 | 0.44 |
| Hex | DE | C5 | 4 | 0 | B | 62 | D | 35 | 60 | 2C |
| Octal | 336 | 305 | 4 | 0 | 13 | 142 | 15 | 65 | 140 | 54 |
| Binary | 11011110 | 11000101 | 100 | 0 | 1011 | 1100010 | 1101 | 110101 | 1100000 | 101100 |
Color Harmonies of #DEC504
Complementary color
Monochromatic Colors of #DEC504
Black with #DEC504
Text Example
Text Example
White with #DEC504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC504; }
p { color: rgb(222,197,4); }
H1.HeaderClassName
{
color: #DEC504;
}
.AnyTagClassName
{
color: #DEC504;
}
</style>
background-color css
<style>
a { background-color: #DEC504; }
a { background-color: rgb(222,197,4); }
div.DivClassName
{
background-color: #DEC504;
}
.BgClassName
{
background-color: #DEC504;
}
</style>
border-color css
<style>
span { border-color: #DEC504; }
span { border-color: rgb(222,197,4); }
td.TdClassName
{
border-color: #DEC504;
}
.TagClassName
{
border-color: #DEC504;
}
</style>