Shades of Sunflower #DEC024
Tints of Sunflower #DEC024
RGB
CMYK
RGB Variations
Color information
#DEC024 (or 0xDEC024) is known color: Sunflower. HEX triplet: DE, C0 and 24. RGB value is (222,192,36). Sum of RGB (Red+Green+Blue) = 222+192+36=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 36 (14.45% from 255 or 8% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC024 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC024 is #213FDB. Grayscale: #B7B7B7. Windows color (decimal): -2179036 or 2408670. OLE color: 2408670.
HSL color Cylindrical-coordinate representation of color #DEC024: hue angle of 50.32º 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 #DEC024 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 36 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.13 |
| HSL | 50.32º | 0.74% | 0.51% | - |
| HSV(B) | 50.32º | 0.84% | 0.87% | - |
| XYZ | 49.29 | 53.36 | 9.37 | - |
| YUV | 183.19 | 44.94 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 36 | 0 | 0.14 | 0.84 | 0.13 | 50.32 | 0.74 | 0.51 |
| Hex | DE | C0 | 24 | 0 | E | 54 | D | 32 | 4A | 33 |
| Octal | 336 | 300 | 44 | 0 | 16 | 124 | 15 | 62 | 112 | 63 |
| Binary | 11011110 | 11000000 | 100100 | 0 | 1110 | 1010100 | 1101 | 110010 | 1001010 | 110011 |
Color Harmonies of #DEC024
Complementary color
Monochromatic Colors of #DEC024
Black with #DEC024
Text Example
Text Example
White with #DEC024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC024; }
p { color: rgb(222,192,36); }
H1.HeaderClassName
{
color: #DEC024;
}
.AnyTagClassName
{
color: #DEC024;
}
</style>
background-color css
<style>
a { background-color: #DEC024; }
a { background-color: rgb(222,192,36); }
div.DivClassName
{
background-color: #DEC024;
}
.BgClassName
{
background-color: #DEC024;
}
</style>
border-color css
<style>
span { border-color: #DEC024; }
span { border-color: rgb(222,192,36); }
td.TdClassName
{
border-color: #DEC024;
}
.TagClassName
{
border-color: #DEC024;
}
</style>