Shades of Sunflower #DEC706
Tints of Sunflower #DEC706
RGB
CMYK
RGB Variations
Color information
#DEC706 (or 0xDEC706) is known color: Sunflower. HEX triplet: DE, C7 and 06. RGB value is (222,199,6). Sum of RGB (Red+Green+Blue) = 222+199+6=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 199 (78.12% from 255 or 46.60% from 427); Blue value is 6 (2.73% from 255 or 1.41% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC706 is #2138F9. Grayscale: #B8B8B8. Windows color (decimal): -2177274 or 444382. OLE color: 444382.
HSL color Cylindrical-coordinate representation of color #DEC706: hue angle of 53.61º 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 #DEC706 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 6 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.13 |
| HSL | 53.61º | 0.95% | 0.45% | - |
| HSV(B) | 53.61º | 0.97% | 0.87% | - |
| XYZ | 50.58 | 56.39 | 8.39 | - |
| YUV | 183.88 | 27.62 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 6 | 0 | 0.10 | 0.97 | 0.13 | 53.61 | 0.95 | 0.45 |
| Hex | DE | C7 | 6 | 0 | A | 61 | D | 36 | 5F | 2D |
| Octal | 336 | 307 | 6 | 0 | 12 | 141 | 15 | 66 | 137 | 55 |
| Binary | 11011110 | 11000111 | 110 | 0 | 1010 | 1100001 | 1101 | 110110 | 1011111 | 101101 |
Color Harmonies of #DEC706
Complementary color
Monochromatic Colors of #DEC706
Black with #DEC706
Text Example
Text Example
White with #DEC706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC706; }
p { color: rgb(222,199,6); }
H1.HeaderClassName
{
color: #DEC706;
}
.AnyTagClassName
{
color: #DEC706;
}
</style>
background-color css
<style>
a { background-color: #DEC706; }
a { background-color: rgb(222,199,6); }
div.DivClassName
{
background-color: #DEC706;
}
.BgClassName
{
background-color: #DEC706;
}
</style>
border-color css
<style>
span { border-color: #DEC706; }
span { border-color: rgb(222,199,6); }
td.TdClassName
{
border-color: #DEC706;
}
.TagClassName
{
border-color: #DEC706;
}
</style>