Shades of Sunflower #DBB602
Tints of Sunflower #DBB602
RGB
CMYK
RGB Variations
Color information
#DBB602 (or 0xDBB602) is known color: Sunflower. HEX triplet: DB, B6 and 02. RGB value is (219,182,2). Sum of RGB (Red+Green+Blue) = 219+182+2=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 182 (71.48% from 255 or 45.16% from 403); Blue value is 2 (1.17% from 255 or 0.50% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB602 is #2449FD. Grayscale: #ADADAD. Windows color (decimal): -2378238 or 177883. OLE color: 177883.
HSL color Cylindrical-coordinate representation of color #DBB602: hue angle of 49.77º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DBB602 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 2 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.14 |
| HSL | 49.77º | 0.98% | 0.43% | - |
| HSV(B) | 49.77º | 0.99% | 0.86% | - |
| XYZ | 45.95 | 48.52 | 7 | - |
| YUV | 172.54 | 31.76 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 2 | 0 | 0.17 | 0.99 | 0.14 | 49.77 | 0.98 | 0.43 |
| Hex | DB | B6 | 2 | 0 | 11 | 63 | E | 32 | 62 | 2B |
| Octal | 333 | 266 | 2 | 0 | 21 | 143 | 16 | 62 | 142 | 53 |
| Binary | 11011011 | 10110110 | 10 | 0 | 10001 | 1100011 | 1110 | 110010 | 1100010 | 101011 |
Color Harmonies of #DBB602
Complementary color
Monochromatic Colors of #DBB602
Black with #DBB602
Text Example
Text Example
White with #DBB602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB602; }
p { color: rgb(219,182,2); }
H1.HeaderClassName
{
color: #DBB602;
}
.AnyTagClassName
{
color: #DBB602;
}
</style>
background-color css
<style>
a { background-color: #DBB602; }
a { background-color: rgb(219,182,2); }
div.DivClassName
{
background-color: #DBB602;
}
.BgClassName
{
background-color: #DBB602;
}
</style>
border-color css
<style>
span { border-color: #DBB602; }
span { border-color: rgb(219,182,2); }
td.TdClassName
{
border-color: #DBB602;
}
.TagClassName
{
border-color: #DBB602;
}
</style>