Shades of Sunflower #DBB005
Tints of Sunflower #DBB005
RGB
CMYK
RGB Variations
Color information
#DBB005 (or 0xDBB005) is known color: Sunflower. HEX triplet: DB, B0 and 05. RGB value is (219,176,5). Sum of RGB (Red+Green+Blue) = 219+176+5=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 5 (2.34% from 255 or 1.25% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB005 is #244FFA. Grayscale: #AAAAAA. Windows color (decimal): -2379771 or 372955. OLE color: 372955.
HSL color Cylindrical-coordinate representation of color #DBB005: hue angle of 47.94º 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 #DBB005 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 5 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.14 |
| HSL | 47.94º | 0.96% | 0.44% | - |
| HSV(B) | 47.94º | 0.98% | 0.86% | - |
| XYZ | 44.77 | 46.12 | 6.69 | - |
| YUV | 169.36 | 35.25 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 5 | 0 | 0.20 | 0.98 | 0.14 | 47.94 | 0.96 | 0.44 |
| Hex | DB | B0 | 5 | 0 | 14 | 62 | E | 30 | 60 | 2C |
| Octal | 333 | 260 | 5 | 0 | 24 | 142 | 16 | 60 | 140 | 54 |
| Binary | 11011011 | 10110000 | 101 | 0 | 10100 | 1100010 | 1110 | 110000 | 1100000 | 101100 |
Color Harmonies of #DBB005
Complementary color
Monochromatic Colors of #DBB005
Black with #DBB005
Text Example
Text Example
White with #DBB005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB005; }
p { color: rgb(219,176,5); }
H1.HeaderClassName
{
color: #DBB005;
}
.AnyTagClassName
{
color: #DBB005;
}
</style>
background-color css
<style>
a { background-color: #DBB005; }
a { background-color: rgb(219,176,5); }
div.DivClassName
{
background-color: #DBB005;
}
.BgClassName
{
background-color: #DBB005;
}
</style>
border-color css
<style>
span { border-color: #DBB005; }
span { border-color: rgb(219,176,5); }
td.TdClassName
{
border-color: #DBB005;
}
.TagClassName
{
border-color: #DBB005;
}
</style>