Shades of Sunflower #DBB30D
Tints of Sunflower #DBB30D
RGB
CMYK
RGB Variations
Color information
#DBB30D (or 0xDBB30D) is known color: Sunflower. HEX triplet: DB, B3 and 0D. RGB value is (219,179,13). Sum of RGB (Red+Green+Blue) = 219+179+13=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 13 (5.47% from 255 or 3.16% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB30D is #244CF2. Grayscale: #ACACAC. Windows color (decimal): -2378995 or 898011. OLE color: 898011.
HSL color Cylindrical-coordinate representation of color #DBB30D: hue angle of 48.35º 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 #DBB30D is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 13 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.14 |
| HSL | 48.35º | 0.89% | 0.45% | - |
| HSV(B) | 48.35º | 0.94% | 0.86% | - |
| XYZ | 45.41 | 47.33 | 7.12 | - |
| YUV | 172.04 | 38.25 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 13 | 0 | 0.18 | 0.94 | 0.14 | 48.35 | 0.89 | 0.45 |
| Hex | DB | B3 | D | 0 | 12 | 5E | E | 30 | 59 | 2D |
| Octal | 333 | 263 | 15 | 0 | 22 | 136 | 16 | 60 | 131 | 55 |
| Binary | 11011011 | 10110011 | 1101 | 0 | 10010 | 1011110 | 1110 | 110000 | 1011001 | 101101 |
Color Harmonies of #DBB30D
Complementary color
Monochromatic Colors of #DBB30D
Black with #DBB30D
Text Example
Text Example
White with #DBB30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB30D; }
p { color: rgb(219,179,13); }
H1.HeaderClassName
{
color: #DBB30D;
}
.AnyTagClassName
{
color: #DBB30D;
}
</style>
background-color css
<style>
a { background-color: #DBB30D; }
a { background-color: rgb(219,179,13); }
div.DivClassName
{
background-color: #DBB30D;
}
.BgClassName
{
background-color: #DBB30D;
}
</style>
border-color css
<style>
span { border-color: #DBB30D; }
span { border-color: rgb(219,179,13); }
td.TdClassName
{
border-color: #DBB30D;
}
.TagClassName
{
border-color: #DBB30D;
}
</style>