Shades of Sunflower #DEB900
Tints of Sunflower #DEB900
RGB
CMYK
RGB Variations
Color information
#DEB900 (or 0xDEB900) is known color: Sunflower. HEX triplet: DE, B9 and 00. RGB value is (222,185,0). Sum of RGB (Red+Green+Blue) = 222+185+0=407 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.55% from 407); Green value is 185 (72.66% from 255 or 45.45% from 407); Blue value is 0 (0.39% from 255 or 0% from 407); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB900 is #2146FF. Grayscale: #AFAFAF. Windows color (decimal): -2180864 or 47582. OLE color: 47582.
HSL color Cylindrical-coordinate representation of color #DEB900: hue angle of 50º 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 #DEB900 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 185 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.13 |
| HSL | 50º | 1% | 0.44% | - |
| HSV(B) | 50º | 1% | 0.87% | - |
| XYZ | 47.47 | 50.23 | 7.19 | - |
| YUV | 174.97 | 29.26 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 185 | 0 | 0 | 0.17 | 1 | 0.13 | 50 | 1 | 0.44 |
| Hex | DE | B9 | 0 | 0 | 11 | 64 | D | 32 | 64 | 2C |
| Octal | 336 | 271 | 0 | 0 | 21 | 144 | 15 | 62 | 144 | 54 |
| Binary | 11011110 | 10111001 | 0 | 0 | 10001 | 1100100 | 1101 | 110010 | 1100100 | 101100 |
Color Harmonies of #DEB900
Complementary color
Monochromatic Colors of #DEB900
Black with #DEB900
Text Example
Text Example
White with #DEB900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB900; }
p { color: rgb(222,185,0); }
H1.HeaderClassName
{
color: #DEB900;
}
.AnyTagClassName
{
color: #DEB900;
}
</style>
background-color css
<style>
a { background-color: #DEB900; }
a { background-color: rgb(222,185,0); }
div.DivClassName
{
background-color: #DEB900;
}
.BgClassName
{
background-color: #DEB900;
}
</style>
border-color css
<style>
span { border-color: #DEB900; }
span { border-color: rgb(222,185,0); }
td.TdClassName
{
border-color: #DEB900;
}
.TagClassName
{
border-color: #DEB900;
}
</style>