Shades of Sunflower #DEC906
Tints of Sunflower #DEC906
RGB
CMYK
RGB Variations
Color information
#DEC906 (or 0xDEC906) is known color: Sunflower. HEX triplet: DE, C9 and 06. RGB value is (222,201,6). Sum of RGB (Red+Green+Blue) = 222+201+6=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 201 (78.91% from 255 or 46.85% from 429); Blue value is 6 (2.73% from 255 or 1.40% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC906 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC906 is #2136F9. Grayscale: #B9B9B9. Windows color (decimal): -2176762 or 444894. OLE color: 444894.
HSL color Cylindrical-coordinate representation of color #DEC906: hue angle of 54.17º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DEC906 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 6 | - |
| CMYK | 0 | 0.09 | 0.97 | 0.13 |
| HSL | 54.17º | 0.95% | 0.45% | - |
| HSV(B) | 54.17º | 0.97% | 0.87% | - |
| XYZ | 51.04 | 57.32 | 8.55 | - |
| YUV | 185.05 | 26.96 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 6 | 0 | 0.09 | 0.97 | 0.13 | 54.17 | 0.95 | 0.45 |
| Hex | DE | C9 | 6 | 0 | 9 | 61 | D | 36 | 5F | 2D |
| Octal | 336 | 311 | 6 | 0 | 11 | 141 | 15 | 66 | 137 | 55 |
| Binary | 11011110 | 11001001 | 110 | 0 | 1001 | 1100001 | 1101 | 110110 | 1011111 | 101101 |
Color Harmonies of #DEC906
Complementary color
Monochromatic Colors of #DEC906
Black with #DEC906
Text Example
Text Example
White with #DEC906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC906; }
p { color: rgb(222,201,6); }
H1.HeaderClassName
{
color: #DEC906;
}
.AnyTagClassName
{
color: #DEC906;
}
</style>
background-color css
<style>
a { background-color: #DEC906; }
a { background-color: rgb(222,201,6); }
div.DivClassName
{
background-color: #DEC906;
}
.BgClassName
{
background-color: #DEC906;
}
</style>
border-color css
<style>
span { border-color: #DEC906; }
span { border-color: rgb(222,201,6); }
td.TdClassName
{
border-color: #DEC906;
}
.TagClassName
{
border-color: #DEC906;
}
</style>