Shades of Sunflower #DBB70D
Tints of Sunflower #DBB70D
RGB
CMYK
RGB Variations
Color information
#DBB70D (or 0xDBB70D) is known color: Sunflower. HEX triplet: DB, B7 and 0D. RGB value is (219,183,13). Sum of RGB (Red+Green+Blue) = 219+183+13=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 183 (71.88% from 255 or 44.10% from 415); Blue value is 13 (5.47% from 255 or 3.13% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB70D is #2448F2. Grayscale: #AFAFAF. Windows color (decimal): -2377971 or 899035. OLE color: 899035.
HSL color Cylindrical-coordinate representation of color #DBB70D: hue angle of 49.51º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBB70D is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 13 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.14 |
| HSL | 49.51º | 0.89% | 0.45% | - |
| HSV(B) | 49.51º | 0.94% | 0.86% | - |
| XYZ | 46.22 | 48.96 | 7.39 | - |
| YUV | 174.38 | 36.93 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 13 | 0 | 0.16 | 0.94 | 0.14 | 49.51 | 0.89 | 0.45 |
| Hex | DB | B7 | D | 0 | 10 | 5E | E | 32 | 59 | 2D |
| Octal | 333 | 267 | 15 | 0 | 20 | 136 | 16 | 62 | 131 | 55 |
| Binary | 11011011 | 10110111 | 1101 | 0 | 10000 | 1011110 | 1110 | 110010 | 1011001 | 101101 |
Color Harmonies of #DBB70D
Complementary color
Monochromatic Colors of #DBB70D
Black with #DBB70D
Text Example
Text Example
White with #DBB70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB70D; }
p { color: rgb(219,183,13); }
H1.HeaderClassName
{
color: #DBB70D;
}
.AnyTagClassName
{
color: #DBB70D;
}
</style>
background-color css
<style>
a { background-color: #DBB70D; }
a { background-color: rgb(219,183,13); }
div.DivClassName
{
background-color: #DBB70D;
}
.BgClassName
{
background-color: #DBB70D;
}
</style>
border-color css
<style>
span { border-color: #DBB70D; }
span { border-color: rgb(219,183,13); }
td.TdClassName
{
border-color: #DBB70D;
}
.TagClassName
{
border-color: #DBB70D;
}
</style>