Shades of Sunflower #DEB315
Tints of Sunflower #DEB315
RGB
CMYK
RGB Variations
Color information
#DEB315 (or 0xDEB315) is known color: Sunflower. HEX triplet: DE, B3 and 15. RGB value is (222,179,21). Sum of RGB (Red+Green+Blue) = 222+179+21=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 21 (8.59% from 255 or 4.98% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB315 is #214CEA. Grayscale: #AEAEAE. Windows color (decimal): -2182379 or 1422302. OLE color: 1422302.
HSL color Cylindrical-coordinate representation of color #DEB315: hue angle of 47.16º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DEB315 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 179 | 21 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.13 |
| HSL | 47.16º | 0.83% | 0.48% | - |
| HSV(B) | 47.16º | 0.91% | 0.87% | - |
| XYZ | 46.38 | 47.82 | 7.5 | - |
| YUV | 173.85 | 41.75 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 179 | 21 | 0 | 0.19 | 0.91 | 0.13 | 47.16 | 0.83 | 0.48 |
| Hex | DE | B3 | 15 | 0 | 13 | 5B | D | 2F | 53 | 30 |
| Octal | 336 | 263 | 25 | 0 | 23 | 133 | 15 | 57 | 123 | 60 |
| Binary | 11011110 | 10110011 | 10101 | 0 | 10011 | 1011011 | 1101 | 101111 | 1010011 | 110000 |
Color Harmonies of #DEB315
Complementary color
Monochromatic Colors of #DEB315
Black with #DEB315
Text Example
Text Example
White with #DEB315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB315; }
p { color: rgb(222,179,21); }
H1.HeaderClassName
{
color: #DEB315;
}
.AnyTagClassName
{
color: #DEB315;
}
</style>
background-color css
<style>
a { background-color: #DEB315; }
a { background-color: rgb(222,179,21); }
div.DivClassName
{
background-color: #DEB315;
}
.BgClassName
{
background-color: #DEB315;
}
</style>
border-color css
<style>
span { border-color: #DEB315; }
span { border-color: rgb(222,179,21); }
td.TdClassName
{
border-color: #DEB315;
}
.TagClassName
{
border-color: #DEB315;
}
</style>