Shades of Sunflower #DEC322
Tints of Sunflower #DEC322
RGB
CMYK
RGB Variations
Color information
#DEC322 (or 0xDEC322) is known color: Sunflower. HEX triplet: DE, C3 and 22. RGB value is (222,195,34). Sum of RGB (Red+Green+Blue) = 222+195+34=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 195 (76.56% from 255 or 43.24% from 451); Blue value is 34 (13.67% from 255 or 7.54% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC322 is #213CDD. Grayscale: #B9B9B9. Windows color (decimal): -2178270 or 2278366. OLE color: 2278366.
HSL color Cylindrical-coordinate representation of color #DEC322: hue angle of 51.38º 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 #DEC322 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 34 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.13 |
| HSL | 51.38º | 0.74% | 0.5% | - |
| HSV(B) | 51.38º | 0.85% | 0.87% | - |
| XYZ | 49.93 | 54.68 | 9.44 | - |
| YUV | 184.72 | 42.95 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 34 | 0 | 0.12 | 0.85 | 0.13 | 51.38 | 0.74 | 0.5 |
| Hex | DE | C3 | 22 | 0 | C | 55 | D | 33 | 4A | 32 |
| Octal | 336 | 303 | 42 | 0 | 14 | 125 | 15 | 63 | 112 | 62 |
| Binary | 11011110 | 11000011 | 100010 | 0 | 1100 | 1010101 | 1101 | 110011 | 1001010 | 110010 |
Color Harmonies of #DEC322
Complementary color
Monochromatic Colors of #DEC322
Black with #DEC322
Text Example
Text Example
White with #DEC322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC322; }
p { color: rgb(222,195,34); }
H1.HeaderClassName
{
color: #DEC322;
}
.AnyTagClassName
{
color: #DEC322;
}
</style>
background-color css
<style>
a { background-color: #DEC322; }
a { background-color: rgb(222,195,34); }
div.DivClassName
{
background-color: #DEC322;
}
.BgClassName
{
background-color: #DEC322;
}
</style>
border-color css
<style>
span { border-color: #DEC322; }
span { border-color: rgb(222,195,34); }
td.TdClassName
{
border-color: #DEC322;
}
.TagClassName
{
border-color: #DEC322;
}
</style>