Shades of Sunflower #DEC609
Tints of Sunflower #DEC609
RGB
CMYK
RGB Variations
Color information
#DEC609 (or 0xDEC609) is known color: Sunflower. HEX triplet: DE, C6 and 09. RGB value is (222,198,9). Sum of RGB (Red+Green+Blue) = 222+198+9=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 198 (77.73% from 255 or 46.15% from 429); Blue value is 9 (3.91% from 255 or 2.10% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC609 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC609 is #2139F6. Grayscale: #B8B8B8. Windows color (decimal): -2177527 or 640734. OLE color: 640734.
HSL color Cylindrical-coordinate representation of color #DEC609: hue angle of 53.24º 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 #DEC609 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 9 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.13 |
| HSL | 53.24º | 0.92% | 0.45% | - |
| HSV(B) | 53.24º | 0.96% | 0.87% | - |
| XYZ | 50.37 | 55.94 | 8.4 | - |
| YUV | 183.63 | 29.45 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 9 | 0 | 0.11 | 0.96 | 0.13 | 53.24 | 0.92 | 0.45 |
| Hex | DE | C6 | 9 | 0 | B | 60 | D | 35 | 5C | 2D |
| Octal | 336 | 306 | 11 | 0 | 13 | 140 | 15 | 65 | 134 | 55 |
| Binary | 11011110 | 11000110 | 1001 | 0 | 1011 | 1100000 | 1101 | 110101 | 1011100 | 101101 |
Color Harmonies of #DEC609
Complementary color
Monochromatic Colors of #DEC609
Black with #DEC609
Text Example
Text Example
White with #DEC609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC609; }
p { color: rgb(222,198,9); }
H1.HeaderClassName
{
color: #DEC609;
}
.AnyTagClassName
{
color: #DEC609;
}
</style>
background-color css
<style>
a { background-color: #DEC609; }
a { background-color: rgb(222,198,9); }
div.DivClassName
{
background-color: #DEC609;
}
.BgClassName
{
background-color: #DEC609;
}
</style>
border-color css
<style>
span { border-color: #DEC609; }
span { border-color: rgb(222,198,9); }
td.TdClassName
{
border-color: #DEC609;
}
.TagClassName
{
border-color: #DEC609;
}
</style>