Shades of Sunflower #DBBD11
Tints of Sunflower #DBBD11
RGB
CMYK
RGB Variations
Color information
#DBBD11 (or 0xDBBD11) is known color: Sunflower. HEX triplet: DB, BD and 11. RGB value is (219,189,17). Sum of RGB (Red+Green+Blue) = 219+189+17=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 17 (7.03% from 255 or 4% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBD11 is #2442EE. Grayscale: #B3B3B3. Windows color (decimal): -2376431 or 1162715. OLE color: 1162715.
HSL color Cylindrical-coordinate representation of color #DBBD11: hue angle of 51.09º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBBD11 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 17 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.14 |
| HSL | 51.09º | 0.86% | 0.46% | - |
| HSV(B) | 51.09º | 0.92% | 0.86% | - |
| XYZ | 47.51 | 51.5 | 7.97 | - |
| YUV | 178.36 | 36.94 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 17 | 0 | 0.14 | 0.92 | 0.14 | 51.09 | 0.86 | 0.46 |
| Hex | DB | BD | 11 | 0 | E | 5C | E | 33 | 56 | 2E |
| Octal | 333 | 275 | 21 | 0 | 16 | 134 | 16 | 63 | 126 | 56 |
| Binary | 11011011 | 10111101 | 10001 | 0 | 1110 | 1011100 | 1110 | 110011 | 1010110 | 101110 |
Color Harmonies of #DBBD11
Complementary color
Monochromatic Colors of #DBBD11
Black with #DBBD11
Text Example
Text Example
White with #DBBD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD11; }
p { color: rgb(219,189,17); }
H1.HeaderClassName
{
color: #DBBD11;
}
.AnyTagClassName
{
color: #DBBD11;
}
</style>
background-color css
<style>
a { background-color: #DBBD11; }
a { background-color: rgb(219,189,17); }
div.DivClassName
{
background-color: #DBBD11;
}
.BgClassName
{
background-color: #DBBD11;
}
</style>
border-color css
<style>
span { border-color: #DBBD11; }
span { border-color: rgb(219,189,17); }
td.TdClassName
{
border-color: #DBBD11;
}
.TagClassName
{
border-color: #DBBD11;
}
</style>