Shades of Sunflower #DEB400
Tints of Sunflower #DEB400
RGB
CMYK
RGB Variations
Color information
#DEB400 (or 0xDEB400) is known color: Sunflower. HEX triplet: DE, B4 and 00. RGB value is (222,180,0). Sum of RGB (Red+Green+Blue) = 222+180+0=402 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.22% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB400 is #214BFF. Grayscale: #ACACAC. Windows color (decimal): -2182144 or 46302. OLE color: 46302.
HSL color Cylindrical-coordinate representation of color #DEB400: hue angle of 48.65º 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 #DEB400 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 180 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.13 |
| HSL | 48.65º | 1% | 0.44% | - |
| HSV(B) | 48.65º | 1% | 0.87% | - |
| XYZ | 46.45 | 48.17 | 6.85 | - |
| YUV | 172.04 | 30.91 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 180 | 0 | 0 | 0.19 | 1 | 0.13 | 48.65 | 1 | 0.44 |
| Hex | DE | B4 | 0 | 0 | 13 | 64 | D | 31 | 64 | 2C |
| Octal | 336 | 264 | 0 | 0 | 23 | 144 | 15 | 61 | 144 | 54 |
| Binary | 11011110 | 10110100 | 0 | 0 | 10011 | 1100100 | 1101 | 110001 | 1100100 | 101100 |
Color Harmonies of #DEB400
Complementary color
Monochromatic Colors of #DEB400
Black with #DEB400
Text Example
Text Example
White with #DEB400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB400; }
p { color: rgb(222,180,0); }
H1.HeaderClassName
{
color: #DEB400;
}
.AnyTagClassName
{
color: #DEB400;
}
</style>
background-color css
<style>
a { background-color: #DEB400; }
a { background-color: rgb(222,180,0); }
div.DivClassName
{
background-color: #DEB400;
}
.BgClassName
{
background-color: #DEB400;
}
</style>
border-color css
<style>
span { border-color: #DEB400; }
span { border-color: rgb(222,180,0); }
td.TdClassName
{
border-color: #DEB400;
}
.TagClassName
{
border-color: #DEB400;
}
</style>