Shades of Sunflower #DEB717
Tints of Sunflower #DEB717
RGB
CMYK
RGB Variations
Color information
#DEB717 (or 0xDEB717) is known color: Sunflower. HEX triplet: DE, B7 and 17. RGB value is (222,183,23). Sum of RGB (Red+Green+Blue) = 222+183+23=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 183 (71.88% from 255 or 42.76% from 428); Blue value is 23 (9.38% from 255 or 5.37% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB717 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB717 is #2148E8. Grayscale: #B1B1B1. Windows color (decimal): -2181353 or 1554398. OLE color: 1554398.
HSL color Cylindrical-coordinate representation of color #DEB717: hue angle of 48.24º 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 #DEB717 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 183 | 23 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.13 |
| HSL | 48.24º | 0.81% | 0.48% | - |
| HSV(B) | 48.24º | 0.9% | 0.87% | - |
| XYZ | 47.21 | 49.46 | 7.87 | - |
| YUV | 176.42 | 41.42 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 183 | 23 | 0 | 0.18 | 0.90 | 0.13 | 48.24 | 0.81 | 0.48 |
| Hex | DE | B7 | 17 | 0 | 12 | 5A | D | 30 | 51 | 30 |
| Octal | 336 | 267 | 27 | 0 | 22 | 132 | 15 | 60 | 121 | 60 |
| Binary | 11011110 | 10110111 | 10111 | 0 | 10010 | 1011010 | 1101 | 110000 | 1010001 | 110000 |
Color Harmonies of #DEB717
Complementary color
Monochromatic Colors of #DEB717
Black with #DEB717
Text Example
Text Example
White with #DEB717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB717; }
p { color: rgb(222,183,23); }
H1.HeaderClassName
{
color: #DEB717;
}
.AnyTagClassName
{
color: #DEB717;
}
</style>
background-color css
<style>
a { background-color: #DEB717; }
a { background-color: rgb(222,183,23); }
div.DivClassName
{
background-color: #DEB717;
}
.BgClassName
{
background-color: #DEB717;
}
</style>
border-color css
<style>
span { border-color: #DEB717; }
span { border-color: rgb(222,183,23); }
td.TdClassName
{
border-color: #DEB717;
}
.TagClassName
{
border-color: #DEB717;
}
</style>