Shades of Sunflower #DEB901
Tints of Sunflower #DEB901
RGB
CMYK
RGB Variations
Color information
#DEB901 (or 0xDEB901) is known color: Sunflower. HEX triplet: DE, B9 and 01. RGB value is (222,185,1). Sum of RGB (Red+Green+Blue) = 222+185+1=408 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.41% from 408); Green value is 185 (72.66% from 255 or 45.34% from 408); Blue value is 1 (0.78% from 255 or 0.25% from 408); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB901 is #2146FE. Grayscale: #AFAFAF. Windows color (decimal): -2180863 or 113118. OLE color: 113118.
HSL color Cylindrical-coordinate representation of color #DEB901: hue angle of 49.95º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DEB901 is Cyan = 0, Magento = 0.17, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 185 | 1 | - |
| CMYK | 0 | 0.17 | 1.00 | 0.13 |
| HSL | 49.95º | 0.99% | 0.44% | - |
| HSV(B) | 49.95º | 1% | 0.87% | - |
| XYZ | 47.48 | 50.23 | 7.22 | - |
| YUV | 175.09 | 29.76 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 185 | 1 | 0 | 0.17 | 1.00 | 0.13 | 49.95 | 0.99 | 0.44 |
| Hex | DE | B9 | 1 | 0 | 11 | 64 | D | 32 | 63 | 2C |
| Octal | 336 | 271 | 1 | 0 | 21 | 144 | 15 | 62 | 143 | 54 |
| Binary | 11011110 | 10111001 | 1 | 0 | 10001 | 1100100 | 1101 | 110010 | 1100011 | 101100 |
Color Harmonies of #DEB901
Complementary color
Monochromatic Colors of #DEB901
Black with #DEB901
Text Example
Text Example
White with #DEB901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB901; }
p { color: rgb(222,185,1); }
H1.HeaderClassName
{
color: #DEB901;
}
.AnyTagClassName
{
color: #DEB901;
}
</style>
background-color css
<style>
a { background-color: #DEB901; }
a { background-color: rgb(222,185,1); }
div.DivClassName
{
background-color: #DEB901;
}
.BgClassName
{
background-color: #DEB901;
}
</style>
border-color css
<style>
span { border-color: #DEB901; }
span { border-color: rgb(222,185,1); }
td.TdClassName
{
border-color: #DEB901;
}
.TagClassName
{
border-color: #DEB901;
}
</style>