Shades of Sunflower #DBB205
Tints of Sunflower #DBB205
RGB
CMYK
RGB Variations
Color information
#DBB205 (or 0xDBB205) is known color: Sunflower. HEX triplet: DB, B2 and 05. RGB value is (219,178,5). Sum of RGB (Red+Green+Blue) = 219+178+5=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 178 (69.92% from 255 or 44.28% from 402); Blue value is 5 (2.34% from 255 or 1.24% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB205 is #244DFA. Grayscale: #ABABAB. Windows color (decimal): -2379259 or 373467. OLE color: 373467.
HSL color Cylindrical-coordinate representation of color #DBB205: hue angle of 48.5º 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 #DBB205 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 5 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.14 |
| HSL | 48.5º | 0.96% | 0.44% | - |
| HSV(B) | 48.5º | 0.98% | 0.86% | - |
| XYZ | 45.16 | 46.91 | 6.82 | - |
| YUV | 170.54 | 34.58 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 5 | 0 | 0.19 | 0.98 | 0.14 | 48.5 | 0.96 | 0.44 |
| Hex | DB | B2 | 5 | 0 | 13 | 62 | E | 31 | 60 | 2C |
| Octal | 333 | 262 | 5 | 0 | 23 | 142 | 16 | 61 | 140 | 54 |
| Binary | 11011011 | 10110010 | 101 | 0 | 10011 | 1100010 | 1110 | 110001 | 1100000 | 101100 |
Color Harmonies of #DBB205
Complementary color
Monochromatic Colors of #DBB205
Black with #DBB205
Text Example
Text Example
White with #DBB205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB205; }
p { color: rgb(219,178,5); }
H1.HeaderClassName
{
color: #DBB205;
}
.AnyTagClassName
{
color: #DBB205;
}
</style>
background-color css
<style>
a { background-color: #DBB205; }
a { background-color: rgb(219,178,5); }
div.DivClassName
{
background-color: #DBB205;
}
.BgClassName
{
background-color: #DBB205;
}
</style>
border-color css
<style>
span { border-color: #DBB205; }
span { border-color: rgb(219,178,5); }
td.TdClassName
{
border-color: #DBB205;
}
.TagClassName
{
border-color: #DBB205;
}
</style>