Shades of Sunflower #DBB10A
Tints of Sunflower #DBB10A
RGB
CMYK
RGB Variations
Color information
#DBB10A (or 0xDBB10A) is known color: Sunflower. HEX triplet: DB, B1 and 0A. RGB value is (219,177,10). Sum of RGB (Red+Green+Blue) = 219+177+10=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 177 (69.53% from 255 or 43.60% from 406); Blue value is 10 (4.30% from 255 or 2.46% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB10A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB10A is #244EF5. Grayscale: #ABABAB. Windows color (decimal): -2379510 or 700891. OLE color: 700891.
HSL color Cylindrical-coordinate representation of color #DBB10A: hue angle of 47.94º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBB10A is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 10 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.14 |
| HSL | 47.94º | 0.91% | 0.45% | - |
| HSV(B) | 47.94º | 0.95% | 0.86% | - |
| XYZ | 44.99 | 46.53 | 6.9 | - |
| YUV | 170.52 | 37.41 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 10 | 0 | 0.19 | 0.95 | 0.14 | 47.94 | 0.91 | 0.45 |
| Hex | DB | B1 | A | 0 | 13 | 5F | E | 30 | 5B | 2D |
| Octal | 333 | 261 | 12 | 0 | 23 | 137 | 16 | 60 | 133 | 55 |
| Binary | 11011011 | 10110001 | 1010 | 0 | 10011 | 1011111 | 1110 | 110000 | 1011011 | 101101 |
Color Harmonies of #DBB10A
Complementary color
Monochromatic Colors of #DBB10A
Black with #DBB10A
Text Example
Text Example
White with #DBB10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB10A; }
p { color: rgb(219,177,10); }
H1.HeaderClassName
{
color: #DBB10A;
}
.AnyTagClassName
{
color: #DBB10A;
}
</style>
background-color css
<style>
a { background-color: #DBB10A; }
a { background-color: rgb(219,177,10); }
div.DivClassName
{
background-color: #DBB10A;
}
.BgClassName
{
background-color: #DBB10A;
}
</style>
border-color css
<style>
span { border-color: #DBB10A; }
span { border-color: rgb(219,177,10); }
td.TdClassName
{
border-color: #DBB10A;
}
.TagClassName
{
border-color: #DBB10A;
}
</style>