Shades of Sunflower #DEC622
Tints of Sunflower #DEC622
RGB
CMYK
RGB Variations
Color information
#DEC622 (or 0xDEC622) is known color: Sunflower. HEX triplet: DE, C6 and 22. RGB value is (222,198,34). Sum of RGB (Red+Green+Blue) = 222+198+34=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 198 (77.73% from 255 or 43.61% from 454); Blue value is 34 (13.67% from 255 or 7.49% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC622 is #2139DD. Grayscale: #BBBBBB. Windows color (decimal): -2177502 or 2279134. OLE color: 2279134.
HSL color Cylindrical-coordinate representation of color #DEC622: hue angle of 52.34º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DEC622 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 34 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.13 |
| HSL | 52.34º | 0.74% | 0.5% | - |
| HSV(B) | 52.34º | 0.85% | 0.87% | - |
| XYZ | 50.61 | 56.03 | 9.66 | - |
| YUV | 186.48 | 41.95 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 34 | 0 | 0.11 | 0.85 | 0.13 | 52.34 | 0.74 | 0.5 |
| Hex | DE | C6 | 22 | 0 | B | 55 | D | 34 | 4A | 32 |
| Octal | 336 | 306 | 42 | 0 | 13 | 125 | 15 | 64 | 112 | 62 |
| Binary | 11011110 | 11000110 | 100010 | 0 | 1011 | 1010101 | 1101 | 110100 | 1001010 | 110010 |
Color Harmonies of #DEC622
Complementary color
Monochromatic Colors of #DEC622
Black with #DEC622
Text Example
Text Example
White with #DEC622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC622; }
p { color: rgb(222,198,34); }
H1.HeaderClassName
{
color: #DEC622;
}
.AnyTagClassName
{
color: #DEC622;
}
</style>
background-color css
<style>
a { background-color: #DEC622; }
a { background-color: rgb(222,198,34); }
div.DivClassName
{
background-color: #DEC622;
}
.BgClassName
{
background-color: #DEC622;
}
</style>
border-color css
<style>
span { border-color: #DEC622; }
span { border-color: rgb(222,198,34); }
td.TdClassName
{
border-color: #DEC622;
}
.TagClassName
{
border-color: #DEC622;
}
</style>