Shades of Sunflower #DBB609
Tints of Sunflower #DBB609
RGB
CMYK
RGB Variations
Color information
#DBB609 (or 0xDBB609) is known color: Sunflower. HEX triplet: DB, B6 and 09. RGB value is (219,182,9). Sum of RGB (Red+Green+Blue) = 219+182+9=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 182 (71.48% from 255 or 44.39% from 410); Blue value is 9 (3.91% from 255 or 2.20% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB609 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB609 is #2449F6. Grayscale: #AEAEAE. Windows color (decimal): -2378231 or 636635. OLE color: 636635.
HSL color Cylindrical-coordinate representation of color #DBB609: hue angle of 49.43º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DBB609 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 9 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.14 |
| HSL | 49.43º | 0.92% | 0.45% | - |
| HSV(B) | 49.43º | 0.96% | 0.86% | - |
| XYZ | 45.99 | 48.54 | 7.2 | - |
| YUV | 173.34 | 35.26 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 9 | 0 | 0.17 | 0.96 | 0.14 | 49.43 | 0.92 | 0.45 |
| Hex | DB | B6 | 9 | 0 | 11 | 60 | E | 31 | 5C | 2D |
| Octal | 333 | 266 | 11 | 0 | 21 | 140 | 16 | 61 | 134 | 55 |
| Binary | 11011011 | 10110110 | 1001 | 0 | 10001 | 1100000 | 1110 | 110001 | 1011100 | 101101 |
Color Harmonies of #DBB609
Complementary color
Monochromatic Colors of #DBB609
Black with #DBB609
Text Example
Text Example
White with #DBB609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB609; }
p { color: rgb(219,182,9); }
H1.HeaderClassName
{
color: #DBB609;
}
.AnyTagClassName
{
color: #DBB609;
}
</style>
background-color css
<style>
a { background-color: #DBB609; }
a { background-color: rgb(219,182,9); }
div.DivClassName
{
background-color: #DBB609;
}
.BgClassName
{
background-color: #DBB609;
}
</style>
border-color css
<style>
span { border-color: #DBB609; }
span { border-color: rgb(219,182,9); }
td.TdClassName
{
border-color: #DBB609;
}
.TagClassName
{
border-color: #DBB609;
}
</style>