Shades of Sunflower #DEC209
Tints of Sunflower #DEC209
RGB
CMYK
RGB Variations
Color information
#DEC209 (or 0xDEC209) is known color: Sunflower. HEX triplet: DE, C2 and 09. RGB value is (222,194,9). Sum of RGB (Red+Green+Blue) = 222+194+9=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 9 (3.91% from 255 or 2.12% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC209 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC209 is #213DF6. Grayscale: #B6B6B6. Windows color (decimal): -2178551 or 639710. OLE color: 639710.
HSL color Cylindrical-coordinate representation of color #DEC209: hue angle of 52.11º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DEC209 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 9 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.13 |
| HSL | 52.11º | 0.92% | 0.45% | - |
| HSV(B) | 52.11º | 0.96% | 0.87% | - |
| XYZ | 49.47 | 54.13 | 8.1 | - |
| YUV | 181.28 | 30.78 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 9 | 0 | 0.13 | 0.96 | 0.13 | 52.11 | 0.92 | 0.45 |
| Hex | DE | C2 | 9 | 0 | D | 60 | D | 34 | 5C | 2D |
| Octal | 336 | 302 | 11 | 0 | 15 | 140 | 15 | 64 | 134 | 55 |
| Binary | 11011110 | 11000010 | 1001 | 0 | 1101 | 1100000 | 1101 | 110100 | 1011100 | 101101 |
Color Harmonies of #DEC209
Complementary color
Monochromatic Colors of #DEC209
Black with #DEC209
Text Example
Text Example
White with #DEC209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC209; }
p { color: rgb(222,194,9); }
H1.HeaderClassName
{
color: #DEC209;
}
.AnyTagClassName
{
color: #DEC209;
}
</style>
background-color css
<style>
a { background-color: #DEC209; }
a { background-color: rgb(222,194,9); }
div.DivClassName
{
background-color: #DEC209;
}
.BgClassName
{
background-color: #DEC209;
}
</style>
border-color css
<style>
span { border-color: #DEC209; }
span { border-color: rgb(222,194,9); }
td.TdClassName
{
border-color: #DEC209;
}
.TagClassName
{
border-color: #DEC209;
}
</style>