Shades of Sunflower #DEB800
Tints of Sunflower #DEB800
RGB
CMYK
RGB Variations
Color information
#DEB800 (or 0xDEB800) is known color: Sunflower. HEX triplet: DE, B8 and 00. RGB value is (222,184,0). Sum of RGB (Red+Green+Blue) = 222+184+0=406 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.68% from 406); Green value is 184 (72.27% from 255 or 45.32% from 406); Blue value is 0 (0.39% from 255 or 0% from 406); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB800 is #2147FF. Grayscale: #AFAFAF. Windows color (decimal): -2181120 or 47326. OLE color: 47326.
HSL color Cylindrical-coordinate representation of color #DEB800: hue angle of 49.73º 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 #DEB800 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 184 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.13 |
| HSL | 49.73º | 1% | 0.44% | - |
| HSV(B) | 49.73º | 1% | 0.87% | - |
| XYZ | 47.26 | 49.81 | 7.12 | - |
| YUV | 174.39 | 29.59 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 184 | 0 | 0 | 0.17 | 1 | 0.13 | 49.73 | 1 | 0.44 |
| Hex | DE | B8 | 0 | 0 | 11 | 64 | D | 32 | 64 | 2C |
| Octal | 336 | 270 | 0 | 0 | 21 | 144 | 15 | 62 | 144 | 54 |
| Binary | 11011110 | 10111000 | 0 | 0 | 10001 | 1100100 | 1101 | 110010 | 1100100 | 101100 |
Color Harmonies of #DEB800
Complementary color
Monochromatic Colors of #DEB800
Black with #DEB800
Text Example
Text Example
White with #DEB800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB800; }
p { color: rgb(222,184,0); }
H1.HeaderClassName
{
color: #DEB800;
}
.AnyTagClassName
{
color: #DEB800;
}
</style>
background-color css
<style>
a { background-color: #DEB800; }
a { background-color: rgb(222,184,0); }
div.DivClassName
{
background-color: #DEB800;
}
.BgClassName
{
background-color: #DEB800;
}
</style>
border-color css
<style>
span { border-color: #DEB800; }
span { border-color: rgb(222,184,0); }
td.TdClassName
{
border-color: #DEB800;
}
.TagClassName
{
border-color: #DEB800;
}
</style>