Shades of Sunflower #DEC624
Tints of Sunflower #DEC624
RGB
CMYK
RGB Variations
Color information
#DEC624 (or 0xDEC624) is known color: Sunflower. HEX triplet: DE, C6 and 24. RGB value is (222,198,36). Sum of RGB (Red+Green+Blue) = 222+198+36=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 36 (14.45% from 255 or 7.89% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC624 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC624 is #2139DB. Grayscale: #BBBBBB. Windows color (decimal): -2177500 or 2410206. OLE color: 2410206.
HSL color Cylindrical-coordinate representation of color #DEC624: hue angle of 52.26º 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 #DEC624 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 36 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.13 |
| HSL | 52.26º | 0.74% | 0.51% | - |
| HSV(B) | 52.26º | 0.84% | 0.87% | - |
| XYZ | 50.64 | 56.05 | 9.82 | - |
| YUV | 186.71 | 42.95 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 36 | 0 | 0.11 | 0.84 | 0.13 | 52.26 | 0.74 | 0.51 |
| Hex | DE | C6 | 24 | 0 | B | 54 | D | 34 | 4A | 33 |
| Octal | 336 | 306 | 44 | 0 | 13 | 124 | 15 | 64 | 112 | 63 |
| Binary | 11011110 | 11000110 | 100100 | 0 | 1011 | 1010100 | 1101 | 110100 | 1001010 | 110011 |
Color Harmonies of #DEC624
Complementary color
Monochromatic Colors of #DEC624
Black with #DEC624
Text Example
Text Example
White with #DEC624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC624; }
p { color: rgb(222,198,36); }
H1.HeaderClassName
{
color: #DEC624;
}
.AnyTagClassName
{
color: #DEC624;
}
</style>
background-color css
<style>
a { background-color: #DEC624; }
a { background-color: rgb(222,198,36); }
div.DivClassName
{
background-color: #DEC624;
}
.BgClassName
{
background-color: #DEC624;
}
</style>
border-color css
<style>
span { border-color: #DEC624; }
span { border-color: rgb(222,198,36); }
td.TdClassName
{
border-color: #DEC624;
}
.TagClassName
{
border-color: #DEC624;
}
</style>