Shades of Sunflower #DEB80D
Tints of Sunflower #DEB80D
RGB
CMYK
RGB Variations
Color information
#DEB80D (or 0xDEB80D) is known color: Sunflower. HEX triplet: DE, B8 and 0D. RGB value is (222,184,13). Sum of RGB (Red+Green+Blue) = 222+184+13=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 184 (72.27% from 255 or 43.91% from 419); Blue value is 13 (5.47% from 255 or 3.10% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB80D is #2147F2. Grayscale: #B0B0B0. Windows color (decimal): -2181107 or 899294. OLE color: 899294.
HSL color Cylindrical-coordinate representation of color #DEB80D: hue angle of 49.09º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DEB80D is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 184 | 13 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.13 |
| HSL | 49.09º | 0.89% | 0.46% | - |
| HSV(B) | 49.09º | 0.94% | 0.87% | - |
| XYZ | 47.34 | 49.84 | 7.51 | - |
| YUV | 175.87 | 36.09 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 184 | 13 | 0 | 0.17 | 0.94 | 0.13 | 49.09 | 0.89 | 0.46 |
| Hex | DE | B8 | D | 0 | 11 | 5E | D | 31 | 59 | 2E |
| Octal | 336 | 270 | 15 | 0 | 21 | 136 | 15 | 61 | 131 | 56 |
| Binary | 11011110 | 10111000 | 1101 | 0 | 10001 | 1011110 | 1101 | 110001 | 1011001 | 101110 |
Color Harmonies of #DEB80D
Complementary color
Monochromatic Colors of #DEB80D
Black with #DEB80D
Text Example
Text Example
White with #DEB80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB80D; }
p { color: rgb(222,184,13); }
H1.HeaderClassName
{
color: #DEB80D;
}
.AnyTagClassName
{
color: #DEB80D;
}
</style>
background-color css
<style>
a { background-color: #DEB80D; }
a { background-color: rgb(222,184,13); }
div.DivClassName
{
background-color: #DEB80D;
}
.BgClassName
{
background-color: #DEB80D;
}
</style>
border-color css
<style>
span { border-color: #DEB80D; }
span { border-color: rgb(222,184,13); }
td.TdClassName
{
border-color: #DEB80D;
}
.TagClassName
{
border-color: #DEB80D;
}
</style>