Shades of Sunflower #DEC922
Tints of Sunflower #DEC922
RGB
CMYK
RGB Variations
Color information
#DEC922 (or 0xDEC922) is known color: Sunflower. HEX triplet: DE, C9 and 22. RGB value is (222,201,34). Sum of RGB (Red+Green+Blue) = 222+201+34=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 34 (13.67% from 255 or 7.44% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC922 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC922 is #2136DD. Grayscale: #BCBCBC. Windows color (decimal): -2176734 or 2279902. OLE color: 2279902.
HSL color Cylindrical-coordinate representation of color #DEC922: hue angle of 53.3º 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 #DEC922 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 34 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.13 |
| HSL | 53.3º | 0.74% | 0.5% | - |
| HSV(B) | 53.3º | 0.85% | 0.87% | - |
| XYZ | 51.3 | 57.42 | 9.89 | - |
| YUV | 188.24 | 40.96 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 34 | 0 | 0.09 | 0.85 | 0.13 | 53.3 | 0.74 | 0.5 |
| Hex | DE | C9 | 22 | 0 | 9 | 55 | D | 35 | 4A | 32 |
| Octal | 336 | 311 | 42 | 0 | 11 | 125 | 15 | 65 | 112 | 62 |
| Binary | 11011110 | 11001001 | 100010 | 0 | 1001 | 1010101 | 1101 | 110101 | 1001010 | 110010 |
Color Harmonies of #DEC922
Complementary color
Monochromatic Colors of #DEC922
Black with #DEC922
Text Example
Text Example
White with #DEC922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC922; }
p { color: rgb(222,201,34); }
H1.HeaderClassName
{
color: #DEC922;
}
.AnyTagClassName
{
color: #DEC922;
}
</style>
background-color css
<style>
a { background-color: #DEC922; }
a { background-color: rgb(222,201,34); }
div.DivClassName
{
background-color: #DEC922;
}
.BgClassName
{
background-color: #DEC922;
}
</style>
border-color css
<style>
span { border-color: #DEC922; }
span { border-color: rgb(222,201,34); }
td.TdClassName
{
border-color: #DEC922;
}
.TagClassName
{
border-color: #DEC922;
}
</style>