Shades of Sunflower #DEC722
Tints of Sunflower #DEC722
RGB
CMYK
RGB Variations
Color information
#DEC722 (or 0xDEC722) is known color: Sunflower. HEX triplet: DE, C7 and 22. RGB value is (222,199,34). Sum of RGB (Red+Green+Blue) = 222+199+34=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 199 (78.12% from 255 or 43.74% from 455); Blue value is 34 (13.67% from 255 or 7.47% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC722 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC722 is #2138DD. Grayscale: #BBBBBB. Windows color (decimal): -2177246 or 2279390. OLE color: 2279390.
HSL color Cylindrical-coordinate representation of color #DEC722: hue angle of 52.66º 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 #DEC722 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 34 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.13 |
| HSL | 52.66º | 0.74% | 0.5% | - |
| HSV(B) | 52.66º | 0.85% | 0.87% | - |
| XYZ | 50.84 | 56.49 | 9.74 | - |
| YUV | 187.07 | 41.62 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 34 | 0 | 0.10 | 0.85 | 0.13 | 52.66 | 0.74 | 0.5 |
| Hex | DE | C7 | 22 | 0 | A | 55 | D | 35 | 4A | 32 |
| Octal | 336 | 307 | 42 | 0 | 12 | 125 | 15 | 65 | 112 | 62 |
| Binary | 11011110 | 11000111 | 100010 | 0 | 1010 | 1010101 | 1101 | 110101 | 1001010 | 110010 |
Color Harmonies of #DEC722
Complementary color
Monochromatic Colors of #DEC722
Black with #DEC722
Text Example
Text Example
White with #DEC722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC722; }
p { color: rgb(222,199,34); }
H1.HeaderClassName
{
color: #DEC722;
}
.AnyTagClassName
{
color: #DEC722;
}
</style>
background-color css
<style>
a { background-color: #DEC722; }
a { background-color: rgb(222,199,34); }
div.DivClassName
{
background-color: #DEC722;
}
.BgClassName
{
background-color: #DEC722;
}
</style>
border-color css
<style>
span { border-color: #DEC722; }
span { border-color: rgb(222,199,34); }
td.TdClassName
{
border-color: #DEC722;
}
.TagClassName
{
border-color: #DEC722;
}
</style>