Shades of Sunflower #DBB720
Tints of Sunflower #DBB720
RGB
CMYK
RGB Variations
Color information
#DBB720 (or 0xDBB720) is known color: Sunflower. HEX triplet: DB, B7 and 20. RGB value is (219,183,32). Sum of RGB (Red+Green+Blue) = 219+183+32=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 32 (12.89% from 255 or 7.37% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB720 is #2448DF. Grayscale: #B1B1B1. Windows color (decimal): -2377952 or 2144219. OLE color: 2144219.
HSL color Cylindrical-coordinate representation of color #DBB720: hue angle of 48.45º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBB720 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 32 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.14 |
| HSL | 48.45º | 0.75% | 0.49% | - |
| HSV(B) | 48.45º | 0.85% | 0.86% | - |
| XYZ | 46.41 | 49.03 | 8.38 | - |
| YUV | 176.55 | 46.43 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 32 | 0 | 0.16 | 0.85 | 0.14 | 48.45 | 0.75 | 0.49 |
| Hex | DB | B7 | 20 | 0 | 10 | 55 | E | 30 | 4B | 31 |
| Octal | 333 | 267 | 40 | 0 | 20 | 125 | 16 | 60 | 113 | 61 |
| Binary | 11011011 | 10110111 | 100000 | 0 | 10000 | 1010101 | 1110 | 110000 | 1001011 | 110001 |
Color Harmonies of #DBB720
Complementary color
Monochromatic Colors of #DBB720
Black with #DBB720
Text Example
Text Example
White with #DBB720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB720; }
p { color: rgb(219,183,32); }
H1.HeaderClassName
{
color: #DBB720;
}
.AnyTagClassName
{
color: #DBB720;
}
</style>
background-color css
<style>
a { background-color: #DBB720; }
a { background-color: rgb(219,183,32); }
div.DivClassName
{
background-color: #DBB720;
}
.BgClassName
{
background-color: #DBB720;
}
</style>
border-color css
<style>
span { border-color: #DBB720; }
span { border-color: rgb(219,183,32); }
td.TdClassName
{
border-color: #DBB720;
}
.TagClassName
{
border-color: #DBB720;
}
</style>