Shades of Sunflower #DBB206
Tints of Sunflower #DBB206
RGB
CMYK
RGB Variations
Color information
#DBB206 (or 0xDBB206) is known color: Sunflower. HEX triplet: DB, B2 and 06. RGB value is (219,178,6). Sum of RGB (Red+Green+Blue) = 219+178+6=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 6 (2.73% from 255 or 1.49% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB206 is #244DF9. Grayscale: #ABABAB. Windows color (decimal): -2379258 or 439003. OLE color: 439003.
HSL color Cylindrical-coordinate representation of color #DBB206: hue angle of 48.45º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DBB206 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 6 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.14 |
| HSL | 48.45º | 0.95% | 0.44% | - |
| HSV(B) | 48.45º | 0.97% | 0.86% | - |
| XYZ | 45.17 | 46.91 | 6.85 | - |
| YUV | 170.65 | 35.08 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 6 | 0 | 0.19 | 0.97 | 0.14 | 48.45 | 0.95 | 0.44 |
| Hex | DB | B2 | 6 | 0 | 13 | 61 | E | 30 | 5F | 2C |
| Octal | 333 | 262 | 6 | 0 | 23 | 141 | 16 | 60 | 137 | 54 |
| Binary | 11011011 | 10110010 | 110 | 0 | 10011 | 1100001 | 1110 | 110000 | 1011111 | 101100 |
Color Harmonies of #DBB206
Complementary color
Monochromatic Colors of #DBB206
Black with #DBB206
Text Example
Text Example
White with #DBB206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB206; }
p { color: rgb(219,178,6); }
H1.HeaderClassName
{
color: #DBB206;
}
.AnyTagClassName
{
color: #DBB206;
}
</style>
background-color css
<style>
a { background-color: #DBB206; }
a { background-color: rgb(219,178,6); }
div.DivClassName
{
background-color: #DBB206;
}
.BgClassName
{
background-color: #DBB206;
}
</style>
border-color css
<style>
span { border-color: #DBB206; }
span { border-color: rgb(219,178,6); }
td.TdClassName
{
border-color: #DBB206;
}
.TagClassName
{
border-color: #DBB206;
}
</style>