Shades of Sunflower #DEC124
Tints of Sunflower #DEC124
RGB
CMYK
RGB Variations
Color information
#DEC124 (or 0xDEC124) is known color: Sunflower. HEX triplet: DE, C1 and 24. RGB value is (222,193,36). Sum of RGB (Red+Green+Blue) = 222+193+36=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 36 (14.45% from 255 or 7.98% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC124 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC124 is #213EDB. Grayscale: #B8B8B8. Windows color (decimal): -2178780 or 2408926. OLE color: 2408926.
HSL color Cylindrical-coordinate representation of color #DEC124: hue angle of 50.65º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DEC124 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 36 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.13 |
| HSL | 50.65º | 0.74% | 0.51% | - |
| HSV(B) | 50.65º | 0.84% | 0.87% | - |
| XYZ | 49.51 | 53.8 | 9.44 | - |
| YUV | 183.77 | 44.61 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 36 | 0 | 0.13 | 0.84 | 0.13 | 50.65 | 0.74 | 0.51 |
| Hex | DE | C1 | 24 | 0 | D | 54 | D | 33 | 4A | 33 |
| Octal | 336 | 301 | 44 | 0 | 15 | 124 | 15 | 63 | 112 | 63 |
| Binary | 11011110 | 11000001 | 100100 | 0 | 1101 | 1010100 | 1101 | 110011 | 1001010 | 110011 |
Color Harmonies of #DEC124
Complementary color
Monochromatic Colors of #DEC124
Black with #DEC124
Text Example
Text Example
White with #DEC124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC124; }
p { color: rgb(222,193,36); }
H1.HeaderClassName
{
color: #DEC124;
}
.AnyTagClassName
{
color: #DEC124;
}
</style>
background-color css
<style>
a { background-color: #DEC124; }
a { background-color: rgb(222,193,36); }
div.DivClassName
{
background-color: #DEC124;
}
.BgClassName
{
background-color: #DEC124;
}
</style>
border-color css
<style>
span { border-color: #DEC124; }
span { border-color: rgb(222,193,36); }
td.TdClassName
{
border-color: #DEC124;
}
.TagClassName
{
border-color: #DEC124;
}
</style>