Shades of Sunflower #DBB104
Tints of Sunflower #DBB104
RGB
CMYK
RGB Variations
Color information
#DBB104 (or 0xDBB104) is known color: Sunflower. HEX triplet: DB, B1 and 04. RGB value is (219,177,4). Sum of RGB (Red+Green+Blue) = 219+177+4=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 4 (1.95% from 255 or 1% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB104 is #244EFB. Grayscale: #AAAAAA. Windows color (decimal): -2379516 or 307675. OLE color: 307675.
HSL color Cylindrical-coordinate representation of color #DBB104: hue angle of 48.28º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DBB104 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 4 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.14 |
| HSL | 48.28º | 0.96% | 0.44% | - |
| HSV(B) | 48.28º | 0.98% | 0.86% | - |
| XYZ | 44.96 | 46.51 | 6.72 | - |
| YUV | 169.84 | 34.41 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 4 | 0 | 0.19 | 0.98 | 0.14 | 48.28 | 0.96 | 0.44 |
| Hex | DB | B1 | 4 | 0 | 13 | 62 | E | 30 | 60 | 2C |
| Octal | 333 | 261 | 4 | 0 | 23 | 142 | 16 | 60 | 140 | 54 |
| Binary | 11011011 | 10110001 | 100 | 0 | 10011 | 1100010 | 1110 | 110000 | 1100000 | 101100 |
Color Harmonies of #DBB104
Complementary color
Monochromatic Colors of #DBB104
Black with #DBB104
Text Example
Text Example
White with #DBB104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB104; }
p { color: rgb(219,177,4); }
H1.HeaderClassName
{
color: #DBB104;
}
.AnyTagClassName
{
color: #DBB104;
}
</style>
background-color css
<style>
a { background-color: #DBB104; }
a { background-color: rgb(219,177,4); }
div.DivClassName
{
background-color: #DBB104;
}
.BgClassName
{
background-color: #DBB104;
}
</style>
border-color css
<style>
span { border-color: #DBB104; }
span { border-color: rgb(219,177,4); }
td.TdClassName
{
border-color: #DBB104;
}
.TagClassName
{
border-color: #DBB104;
}
</style>