Shades of Sunflower #DBB107
Tints of Sunflower #DBB107
RGB
CMYK
RGB Variations
Color information
#DBB107 (or 0xDBB107) is known color: Sunflower. HEX triplet: DB, B1 and 07. RGB value is (219,177,7). Sum of RGB (Red+Green+Blue) = 219+177+7=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 7 (3.12% from 255 or 1.74% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB107 is #244EF8. Grayscale: #AAAAAA. Windows color (decimal): -2379513 or 504283. OLE color: 504283.
HSL color Cylindrical-coordinate representation of color #DBB107: hue angle of 48.11º degrees, saturation: 0.94, 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 #DBB107 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 7 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.14 |
| HSL | 48.11º | 0.94% | 0.44% | - |
| HSV(B) | 48.11º | 0.97% | 0.86% | - |
| XYZ | 44.97 | 46.52 | 6.81 | - |
| YUV | 170.18 | 35.91 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 7 | 0 | 0.19 | 0.97 | 0.14 | 48.11 | 0.94 | 0.44 |
| Hex | DB | B1 | 7 | 0 | 13 | 61 | E | 30 | 5E | 2C |
| Octal | 333 | 261 | 7 | 0 | 23 | 141 | 16 | 60 | 136 | 54 |
| Binary | 11011011 | 10110001 | 111 | 0 | 10011 | 1100001 | 1110 | 110000 | 1011110 | 101100 |
Color Harmonies of #DBB107
Complementary color
Monochromatic Colors of #DBB107
Black with #DBB107
Text Example
Text Example
White with #DBB107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB107; }
p { color: rgb(219,177,7); }
H1.HeaderClassName
{
color: #DBB107;
}
.AnyTagClassName
{
color: #DBB107;
}
</style>
background-color css
<style>
a { background-color: #DBB107; }
a { background-color: rgb(219,177,7); }
div.DivClassName
{
background-color: #DBB107;
}
.BgClassName
{
background-color: #DBB107;
}
</style>
border-color css
<style>
span { border-color: #DBB107; }
span { border-color: rgb(219,177,7); }
td.TdClassName
{
border-color: #DBB107;
}
.TagClassName
{
border-color: #DBB107;
}
</style>