Shades of Sunflower #DBB712
Tints of Sunflower #DBB712
RGB
CMYK
RGB Variations
Color information
#DBB712 (or 0xDBB712) is known color: Sunflower. HEX triplet: DB, B7 and 12. RGB value is (219,183,18). Sum of RGB (Red+Green+Blue) = 219+183+18=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 183 (71.88% from 255 or 43.57% from 420); Blue value is 18 (7.42% from 255 or 4.29% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB712 is #2448ED. Grayscale: #AFAFAF. Windows color (decimal): -2377966 or 1226715. OLE color: 1226715.
HSL color Cylindrical-coordinate representation of color #DBB712: hue angle of 49.25º degrees, saturation: 0.85, 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 #DBB712 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 18 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.14 |
| HSL | 49.25º | 0.85% | 0.46% | - |
| HSV(B) | 49.25º | 0.92% | 0.86% | - |
| XYZ | 46.26 | 48.97 | 7.59 | - |
| YUV | 174.95 | 39.43 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 18 | 0 | 0.16 | 0.92 | 0.14 | 49.25 | 0.85 | 0.46 |
| Hex | DB | B7 | 12 | 0 | 10 | 5C | E | 31 | 55 | 2E |
| Octal | 333 | 267 | 22 | 0 | 20 | 134 | 16 | 61 | 125 | 56 |
| Binary | 11011011 | 10110111 | 10010 | 0 | 10000 | 1011100 | 1110 | 110001 | 1010101 | 101110 |
Color Harmonies of #DBB712
Complementary color
Monochromatic Colors of #DBB712
Black with #DBB712
Text Example
Text Example
White with #DBB712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB712; }
p { color: rgb(219,183,18); }
H1.HeaderClassName
{
color: #DBB712;
}
.AnyTagClassName
{
color: #DBB712;
}
</style>
background-color css
<style>
a { background-color: #DBB712; }
a { background-color: rgb(219,183,18); }
div.DivClassName
{
background-color: #DBB712;
}
.BgClassName
{
background-color: #DBB712;
}
</style>
border-color css
<style>
span { border-color: #DBB712; }
span { border-color: rgb(219,183,18); }
td.TdClassName
{
border-color: #DBB712;
}
.TagClassName
{
border-color: #DBB712;
}
</style>