Shades of Sunflower #DEB706
Tints of Sunflower #DEB706
RGB
CMYK
RGB Variations
Color information
#DEB706 (or 0xDEB706) is known color: Sunflower. HEX triplet: DE, B7 and 06. RGB value is (222,183,6). Sum of RGB (Red+Green+Blue) = 222+183+6=411 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.01% from 411); Green value is 183 (71.88% from 255 or 44.53% from 411); Blue value is 6 (2.73% from 255 or 1.46% from 411); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB706 is #2148F9. Grayscale: #AFAFAF. Windows color (decimal): -2181370 or 440286. OLE color: 440286.
HSL color Cylindrical-coordinate representation of color #DEB706: hue angle of 49.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 #DEB706 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 183 | 6 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.13 |
| HSL | 49.17º | 0.95% | 0.45% | - |
| HSV(B) | 49.17º | 0.97% | 0.87% | - |
| XYZ | 47.09 | 49.41 | 7.23 | - |
| YUV | 174.48 | 32.92 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 183 | 6 | 0 | 0.18 | 0.97 | 0.13 | 49.17 | 0.95 | 0.45 |
| Hex | DE | B7 | 6 | 0 | 12 | 61 | D | 31 | 5F | 2D |
| Octal | 336 | 267 | 6 | 0 | 22 | 141 | 15 | 61 | 137 | 55 |
| Binary | 11011110 | 10110111 | 110 | 0 | 10010 | 1100001 | 1101 | 110001 | 1011111 | 101101 |
Color Harmonies of #DEB706
Complementary color
Monochromatic Colors of #DEB706
Black with #DEB706
Text Example
Text Example
White with #DEB706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB706; }
p { color: rgb(222,183,6); }
H1.HeaderClassName
{
color: #DEB706;
}
.AnyTagClassName
{
color: #DEB706;
}
</style>
background-color css
<style>
a { background-color: #DEB706; }
a { background-color: rgb(222,183,6); }
div.DivClassName
{
background-color: #DEB706;
}
.BgClassName
{
background-color: #DEB706;
}
</style>
border-color css
<style>
span { border-color: #DEB706; }
span { border-color: rgb(222,183,6); }
td.TdClassName
{
border-color: #DEB706;
}
.TagClassName
{
border-color: #DEB706;
}
</style>