Shades of Sunflower #DEB700
Tints of Sunflower #DEB700
RGB
CMYK
RGB Variations
Color information
#DEB700 (or 0xDEB700) is known color: Sunflower. HEX triplet: DE, B7 and 00. RGB value is (222,183,0). Sum of RGB (Red+Green+Blue) = 222+183+0=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 183 (71.88% from 255 or 45.19% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB700 is #2148FF. Grayscale: #AEAEAE. Windows color (decimal): -2181376 or 47070. OLE color: 47070.
HSL color Cylindrical-coordinate representation of color #DEB700: hue angle of 49.46º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DEB700 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 183 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.13 |
| HSL | 49.46º | 1% | 0.44% | - |
| HSV(B) | 49.46º | 1% | 0.87% | - |
| XYZ | 47.06 | 49.4 | 7.05 | - |
| YUV | 173.8 | 29.92 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 183 | 0 | 0 | 0.18 | 1 | 0.13 | 49.46 | 1 | 0.44 |
| Hex | DE | B7 | 0 | 0 | 12 | 64 | D | 31 | 64 | 2C |
| Octal | 336 | 267 | 0 | 0 | 22 | 144 | 15 | 61 | 144 | 54 |
| Binary | 11011110 | 10110111 | 0 | 0 | 10010 | 1100100 | 1101 | 110001 | 1100100 | 101100 |
Color Harmonies of #DEB700
Complementary color
Monochromatic Colors of #DEB700
Black with #DEB700
Text Example
Text Example
White with #DEB700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB700; }
p { color: rgb(222,183,0); }
H1.HeaderClassName
{
color: #DEB700;
}
.AnyTagClassName
{
color: #DEB700;
}
</style>
background-color css
<style>
a { background-color: #DEB700; }
a { background-color: rgb(222,183,0); }
div.DivClassName
{
background-color: #DEB700;
}
.BgClassName
{
background-color: #DEB700;
}
</style>
border-color css
<style>
span { border-color: #DEB700; }
span { border-color: rgb(222,183,0); }
td.TdClassName
{
border-color: #DEB700;
}
.TagClassName
{
border-color: #DEB700;
}
</style>