Shades of Sunflower #DEB316
Tints of Sunflower #DEB316
RGB
CMYK
RGB Variations
Color information
#DEB316 (or 0xDEB316) is known color: Sunflower. HEX triplet: DE, B3 and 16. RGB value is (222,179,22). Sum of RGB (Red+Green+Blue) = 222+179+22=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 22 (8.98% from 255 or 5.20% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB316 is #214CE9. Grayscale: #AEAEAE. Windows color (decimal): -2182378 or 1487838. OLE color: 1487838.
HSL color Cylindrical-coordinate representation of color #DEB316: hue angle of 47.1º degrees, saturation: 0.82, 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 #DEB316 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 179 | 22 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.13 |
| HSL | 47.1º | 0.82% | 0.48% | - |
| HSV(B) | 47.1º | 0.9% | 0.87% | - |
| XYZ | 46.39 | 47.83 | 7.55 | - |
| YUV | 173.96 | 42.25 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 179 | 22 | 0 | 0.19 | 0.90 | 0.13 | 47.1 | 0.82 | 0.48 |
| Hex | DE | B3 | 16 | 0 | 13 | 5A | D | 2F | 52 | 30 |
| Octal | 336 | 263 | 26 | 0 | 23 | 132 | 15 | 57 | 122 | 60 |
| Binary | 11011110 | 10110011 | 10110 | 0 | 10011 | 1011010 | 1101 | 101111 | 1010010 | 110000 |
Color Harmonies of #DEB316
Complementary color
Monochromatic Colors of #DEB316
Black with #DEB316
Text Example
Text Example
White with #DEB316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB316; }
p { color: rgb(222,179,22); }
H1.HeaderClassName
{
color: #DEB316;
}
.AnyTagClassName
{
color: #DEB316;
}
</style>
background-color css
<style>
a { background-color: #DEB316; }
a { background-color: rgb(222,179,22); }
div.DivClassName
{
background-color: #DEB316;
}
.BgClassName
{
background-color: #DEB316;
}
</style>
border-color css
<style>
span { border-color: #DEB316; }
span { border-color: rgb(222,179,22); }
td.TdClassName
{
border-color: #DEB316;
}
.TagClassName
{
border-color: #DEB316;
}
</style>