Shades of Sunflower #DEC620
Tints of Sunflower #DEC620
RGB
CMYK
RGB Variations
Color information
#DEC620 (or 0xDEC620) is known color: Sunflower. HEX triplet: DE, C6 and 20. RGB value is (222,198,32). Sum of RGB (Red+Green+Blue) = 222+198+32=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 198 (77.73% from 255 or 43.81% from 452); Blue value is 32 (12.89% from 255 or 7.08% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC620 is #2139DF. Grayscale: #BABABA. Windows color (decimal): -2177504 or 2148062. OLE color: 2148062.
HSL color Cylindrical-coordinate representation of color #DEC620: hue angle of 52.42º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DEC620 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 32 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.13 |
| HSL | 52.42º | 0.75% | 0.5% | - |
| HSV(B) | 52.42º | 0.86% | 0.87% | - |
| XYZ | 50.58 | 56.02 | 9.51 | - |
| YUV | 186.25 | 40.95 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 32 | 0 | 0.11 | 0.86 | 0.13 | 52.42 | 0.75 | 0.5 |
| Hex | DE | C6 | 20 | 0 | B | 56 | D | 34 | 4B | 32 |
| Octal | 336 | 306 | 40 | 0 | 13 | 126 | 15 | 64 | 113 | 62 |
| Binary | 11011110 | 11000110 | 100000 | 0 | 1011 | 1010110 | 1101 | 110100 | 1001011 | 110010 |
Color Harmonies of #DEC620
Complementary color
Monochromatic Colors of #DEC620
Black with #DEC620
Text Example
Text Example
White with #DEC620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC620; }
p { color: rgb(222,198,32); }
H1.HeaderClassName
{
color: #DEC620;
}
.AnyTagClassName
{
color: #DEC620;
}
</style>
background-color css
<style>
a { background-color: #DEC620; }
a { background-color: rgb(222,198,32); }
div.DivClassName
{
background-color: #DEC620;
}
.BgClassName
{
background-color: #DEC620;
}
</style>
border-color css
<style>
span { border-color: #DEC620; }
span { border-color: rgb(222,198,32); }
td.TdClassName
{
border-color: #DEC620;
}
.TagClassName
{
border-color: #DEC620;
}
</style>