Shades of Sunflower #DEB417
Tints of Sunflower #DEB417
RGB
CMYK
RGB Variations
Color information
#DEB417 (or 0xDEB417) is known color: Sunflower. HEX triplet: DE, B4 and 17. RGB value is (222,180,23). Sum of RGB (Red+Green+Blue) = 222+180+23=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 23 (9.38% from 255 or 5.41% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB417 is #214BE8. Grayscale: #AFAFAF. Windows color (decimal): -2182121 or 1553630. OLE color: 1553630.
HSL color Cylindrical-coordinate representation of color #DEB417: hue angle of 47.34º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DEB417 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 180 | 23 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.13 |
| HSL | 47.34º | 0.81% | 0.48% | - |
| HSV(B) | 47.34º | 0.9% | 0.87% | - |
| XYZ | 46.6 | 48.23 | 7.66 | - |
| YUV | 174.66 | 42.41 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 180 | 23 | 0 | 0.19 | 0.90 | 0.13 | 47.34 | 0.81 | 0.48 |
| Hex | DE | B4 | 17 | 0 | 13 | 5A | D | 2F | 51 | 30 |
| Octal | 336 | 264 | 27 | 0 | 23 | 132 | 15 | 57 | 121 | 60 |
| Binary | 11011110 | 10110100 | 10111 | 0 | 10011 | 1011010 | 1101 | 101111 | 1010001 | 110000 |
Color Harmonies of #DEB417
Complementary color
Monochromatic Colors of #DEB417
Black with #DEB417
Text Example
Text Example
White with #DEB417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB417; }
p { color: rgb(222,180,23); }
H1.HeaderClassName
{
color: #DEB417;
}
.AnyTagClassName
{
color: #DEB417;
}
</style>
background-color css
<style>
a { background-color: #DEB417; }
a { background-color: rgb(222,180,23); }
div.DivClassName
{
background-color: #DEB417;
}
.BgClassName
{
background-color: #DEB417;
}
</style>
border-color css
<style>
span { border-color: #DEB417; }
span { border-color: rgb(222,180,23); }
td.TdClassName
{
border-color: #DEB417;
}
.TagClassName
{
border-color: #DEB417;
}
</style>