Shades of Sunflower #DBB10D
Tints of Sunflower #DBB10D
RGB
CMYK
RGB Variations
Color information
#DBB10D (or 0xDBB10D) is known color: Sunflower. HEX triplet: DB, B1 and 0D. RGB value is (219,177,13). Sum of RGB (Red+Green+Blue) = 219+177+13=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 177 (69.53% from 255 or 43.28% from 409); Blue value is 13 (5.47% from 255 or 3.18% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB10D is #244EF2. Grayscale: #ABABAB. Windows color (decimal): -2379507 or 897499. OLE color: 897499.
HSL color Cylindrical-coordinate representation of color #DBB10D: hue angle of 47.77º 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 #DBB10D is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 13 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.14 |
| HSL | 47.77º | 0.89% | 0.45% | - |
| HSV(B) | 47.77º | 0.94% | 0.86% | - |
| XYZ | 45.01 | 46.53 | 6.99 | - |
| YUV | 170.86 | 38.91 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 13 | 0 | 0.19 | 0.94 | 0.14 | 47.77 | 0.89 | 0.45 |
| Hex | DB | B1 | D | 0 | 13 | 5E | E | 30 | 59 | 2D |
| Octal | 333 | 261 | 15 | 0 | 23 | 136 | 16 | 60 | 131 | 55 |
| Binary | 11011011 | 10110001 | 1101 | 0 | 10011 | 1011110 | 1110 | 110000 | 1011001 | 101101 |
Color Harmonies of #DBB10D
Complementary color
Monochromatic Colors of #DBB10D
Black with #DBB10D
Text Example
Text Example
White with #DBB10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB10D; }
p { color: rgb(219,177,13); }
H1.HeaderClassName
{
color: #DBB10D;
}
.AnyTagClassName
{
color: #DBB10D;
}
</style>
background-color css
<style>
a { background-color: #DBB10D; }
a { background-color: rgb(219,177,13); }
div.DivClassName
{
background-color: #DBB10D;
}
.BgClassName
{
background-color: #DBB10D;
}
</style>
border-color css
<style>
span { border-color: #DBB10D; }
span { border-color: rgb(219,177,13); }
td.TdClassName
{
border-color: #DBB10D;
}
.TagClassName
{
border-color: #DBB10D;
}
</style>