Shades of Sunflower #DEB210
Tints of Sunflower #DEB210
RGB
CMYK
RGB Variations
Color information
#DEB210 (or 0xDEB210) is known color: Sunflower. HEX triplet: DE, B2 and 10. RGB value is (222,178,16). Sum of RGB (Red+Green+Blue) = 222+178+16=416 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.37% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 16 (6.64% from 255 or 3.85% from 416); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEB210 is #214DEF. Grayscale: #ADADAD. Windows color (decimal): -2182640 or 1094366. OLE color: 1094366.
HSL color Cylindrical-coordinate representation of color #DEB210: hue angle of 47.18º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DEB210 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 178 | 16 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.13 |
| HSL | 47.18º | 0.87% | 0.47% | - |
| HSV(B) | 47.18º | 0.93% | 0.87% | - |
| XYZ | 46.14 | 47.41 | 7.21 | - |
| YUV | 172.69 | 39.58 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 178 | 16 | 0 | 0.20 | 0.93 | 0.13 | 47.18 | 0.87 | 0.47 |
| Hex | DE | B2 | 10 | 0 | 14 | 5D | D | 2F | 57 | 2F |
| Octal | 336 | 262 | 20 | 0 | 24 | 135 | 15 | 57 | 127 | 57 |
| Binary | 11011110 | 10110010 | 10000 | 0 | 10100 | 1011101 | 1101 | 101111 | 1010111 | 101111 |
Color Harmonies of #DEB210
Complementary color
Monochromatic Colors of #DEB210
Black with #DEB210
Text Example
Text Example
White with #DEB210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB210; }
p { color: rgb(222,178,16); }
H1.HeaderClassName
{
color: #DEB210;
}
.AnyTagClassName
{
color: #DEB210;
}
</style>
background-color css
<style>
a { background-color: #DEB210; }
a { background-color: rgb(222,178,16); }
div.DivClassName
{
background-color: #DEB210;
}
.BgClassName
{
background-color: #DEB210;
}
</style>
border-color css
<style>
span { border-color: #DEB210; }
span { border-color: rgb(222,178,16); }
td.TdClassName
{
border-color: #DEB210;
}
.TagClassName
{
border-color: #DEB210;
}
</style>