Shades of Sunflower #DBB407
Tints of Sunflower #DBB407
RGB
CMYK
RGB Variations
Color information
#DBB407 (or 0xDBB407) is known color: Sunflower. HEX triplet: DB, B4 and 07. RGB value is (219,180,7). Sum of RGB (Red+Green+Blue) = 219+180+7=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 7 (3.12% from 255 or 1.72% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB407 is #244BF8. Grayscale: #ACACAC. Windows color (decimal): -2378745 or 505051. OLE color: 505051.
HSL color Cylindrical-coordinate representation of color #DBB407: hue angle of 48.96º 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 #DBB407 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 7 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.14 |
| HSL | 48.96º | 0.94% | 0.44% | - |
| HSV(B) | 48.96º | 0.97% | 0.86% | - |
| XYZ | 45.57 | 47.72 | 7.01 | - |
| YUV | 171.94 | 34.92 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 7 | 0 | 0.18 | 0.97 | 0.14 | 48.96 | 0.94 | 0.44 |
| Hex | DB | B4 | 7 | 0 | 12 | 61 | E | 31 | 5E | 2C |
| Octal | 333 | 264 | 7 | 0 | 22 | 141 | 16 | 61 | 136 | 54 |
| Binary | 11011011 | 10110100 | 111 | 0 | 10010 | 1100001 | 1110 | 110001 | 1011110 | 101100 |
Color Harmonies of #DBB407
Complementary color
Monochromatic Colors of #DBB407
Black with #DBB407
Text Example
Text Example
White with #DBB407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB407; }
p { color: rgb(219,180,7); }
H1.HeaderClassName
{
color: #DBB407;
}
.AnyTagClassName
{
color: #DBB407;
}
</style>
background-color css
<style>
a { background-color: #DBB407; }
a { background-color: rgb(219,180,7); }
div.DivClassName
{
background-color: #DBB407;
}
.BgClassName
{
background-color: #DBB407;
}
</style>
border-color css
<style>
span { border-color: #DBB407; }
span { border-color: rgb(219,180,7); }
td.TdClassName
{
border-color: #DBB407;
}
.TagClassName
{
border-color: #DBB407;
}
</style>