Shades of Sunflower #DBB702
Tints of Sunflower #DBB702
RGB
CMYK
RGB Variations
Color information
#DBB702 (or 0xDBB702) is known color: Sunflower. HEX triplet: DB, B7 and 02. RGB value is (219,183,2). Sum of RGB (Red+Green+Blue) = 219+183+2=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 183 (71.88% from 255 or 45.30% from 404); Blue value is 2 (1.17% from 255 or 0.50% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB702 is #2448FD. Grayscale: #ADADAD. Windows color (decimal): -2377982 or 178139. OLE color: 178139.
HSL color Cylindrical-coordinate representation of color #DBB702: hue angle of 50.05º 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 #DBB702 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 2 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.14 |
| HSL | 50.05º | 0.98% | 0.43% | - |
| HSV(B) | 50.05º | 0.99% | 0.86% | - |
| XYZ | 46.16 | 48.93 | 7.07 | - |
| YUV | 173.13 | 31.43 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 2 | 0 | 0.16 | 0.99 | 0.14 | 50.05 | 0.98 | 0.43 |
| Hex | DB | B7 | 2 | 0 | 10 | 63 | E | 32 | 62 | 2B |
| Octal | 333 | 267 | 2 | 0 | 20 | 143 | 16 | 62 | 142 | 53 |
| Binary | 11011011 | 10110111 | 10 | 0 | 10000 | 1100011 | 1110 | 110010 | 1100010 | 101011 |
Color Harmonies of #DBB702
Complementary color
Monochromatic Colors of #DBB702
Black with #DBB702
Text Example
Text Example
White with #DBB702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB702; }
p { color: rgb(219,183,2); }
H1.HeaderClassName
{
color: #DBB702;
}
.AnyTagClassName
{
color: #DBB702;
}
</style>
background-color css
<style>
a { background-color: #DBB702; }
a { background-color: rgb(219,183,2); }
div.DivClassName
{
background-color: #DBB702;
}
.BgClassName
{
background-color: #DBB702;
}
</style>
border-color css
<style>
span { border-color: #DBB702; }
span { border-color: rgb(219,183,2); }
td.TdClassName
{
border-color: #DBB702;
}
.TagClassName
{
border-color: #DBB702;
}
</style>