Shades of Sunflower #DEB512
Tints of Sunflower #DEB512
RGB
CMYK
RGB Variations
Color information
#DEB512 (or 0xDEB512) is known color: Sunflower. HEX triplet: DE, B5 and 12. RGB value is (222,181,18). Sum of RGB (Red+Green+Blue) = 222+181+18=421 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.73% from 421); Green value is 181 (71.09% from 255 or 42.99% from 421); Blue value is 18 (7.42% from 255 or 4.28% from 421); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB512 is #214AED. Grayscale: #AFAFAF. Windows color (decimal): -2181870 or 1226206. OLE color: 1226206.
HSL color Cylindrical-coordinate representation of color #DEB512: hue angle of 47.94º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DEB512 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 181 | 18 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.13 |
| HSL | 47.94º | 0.85% | 0.47% | - |
| HSV(B) | 47.94º | 0.92% | 0.87% | - |
| XYZ | 46.76 | 48.62 | 7.49 | - |
| YUV | 174.68 | 39.58 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 181 | 18 | 0 | 0.18 | 0.92 | 0.13 | 47.94 | 0.85 | 0.47 |
| Hex | DE | B5 | 12 | 0 | 12 | 5C | D | 30 | 55 | 2F |
| Octal | 336 | 265 | 22 | 0 | 22 | 134 | 15 | 60 | 125 | 57 |
| Binary | 11011110 | 10110101 | 10010 | 0 | 10010 | 1011100 | 1101 | 110000 | 1010101 | 101111 |
Color Harmonies of #DEB512
Complementary color
Monochromatic Colors of #DEB512
Black with #DEB512
Text Example
Text Example
White with #DEB512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB512; }
p { color: rgb(222,181,18); }
H1.HeaderClassName
{
color: #DEB512;
}
.AnyTagClassName
{
color: #DEB512;
}
</style>
background-color css
<style>
a { background-color: #DEB512; }
a { background-color: rgb(222,181,18); }
div.DivClassName
{
background-color: #DEB512;
}
.BgClassName
{
background-color: #DEB512;
}
</style>
border-color css
<style>
span { border-color: #DEB512; }
span { border-color: rgb(222,181,18); }
td.TdClassName
{
border-color: #DEB512;
}
.TagClassName
{
border-color: #DEB512;
}
</style>