Shades of Sunflower #DEB30E
Tints of Sunflower #DEB30E
RGB
CMYK
RGB Variations
Color information
#DEB30E (or 0xDEB30E) is known color: Sunflower. HEX triplet: DE, B3 and 0E. RGB value is (222,179,14). Sum of RGB (Red+Green+Blue) = 222+179+14=415 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.49% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 14 (5.86% from 255 or 3.37% from 415); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB30E is #214CF1. Grayscale: #ADADAD. Windows color (decimal): -2182386 or 963550. OLE color: 963550.
HSL color Cylindrical-coordinate representation of color #DEB30E: hue angle of 47.6º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DEB30E is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 179 | 14 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.13 |
| HSL | 47.6º | 0.88% | 0.46% | - |
| HSV(B) | 47.6º | 0.94% | 0.87% | - |
| XYZ | 46.32 | 47.8 | 7.2 | - |
| YUV | 173.05 | 38.25 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 179 | 14 | 0 | 0.19 | 0.94 | 0.13 | 47.6 | 0.88 | 0.46 |
| Hex | DE | B3 | E | 0 | 13 | 5E | D | 30 | 58 | 2E |
| Octal | 336 | 263 | 16 | 0 | 23 | 136 | 15 | 60 | 130 | 56 |
| Binary | 11011110 | 10110011 | 1110 | 0 | 10011 | 1011110 | 1101 | 110000 | 1011000 | 101110 |
Color Harmonies of #DEB30E
Complementary color
Monochromatic Colors of #DEB30E
Black with #DEB30E
Text Example
Text Example
White with #DEB30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB30E; }
p { color: rgb(222,179,14); }
H1.HeaderClassName
{
color: #DEB30E;
}
.AnyTagClassName
{
color: #DEB30E;
}
</style>
background-color css
<style>
a { background-color: #DEB30E; }
a { background-color: rgb(222,179,14); }
div.DivClassName
{
background-color: #DEB30E;
}
.BgClassName
{
background-color: #DEB30E;
}
</style>
border-color css
<style>
span { border-color: #DEB30E; }
span { border-color: rgb(222,179,14); }
td.TdClassName
{
border-color: #DEB30E;
}
.TagClassName
{
border-color: #DEB30E;
}
</style>