Shades of Sunflower #DBBD12
Tints of Sunflower #DBBD12
RGB
CMYK
RGB Variations
Color information
#DBBD12 (or 0xDBBD12) is known color: Sunflower. HEX triplet: DB, BD and 12. RGB value is (219,189,18). Sum of RGB (Red+Green+Blue) = 219+189+18=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 18 (7.42% from 255 or 4.23% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBD12 is #2442ED. Grayscale: #B3B3B3. Windows color (decimal): -2376430 or 1228251. OLE color: 1228251.
HSL color Cylindrical-coordinate representation of color #DBBD12: hue angle of 51.04º 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 #DBBD12 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 18 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.14 |
| HSL | 51.04º | 0.85% | 0.46% | - |
| HSV(B) | 51.04º | 0.92% | 0.86% | - |
| XYZ | 47.52 | 51.5 | 8.01 | - |
| YUV | 178.48 | 37.44 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 18 | 0 | 0.14 | 0.92 | 0.14 | 51.04 | 0.85 | 0.46 |
| Hex | DB | BD | 12 | 0 | E | 5C | E | 33 | 55 | 2E |
| Octal | 333 | 275 | 22 | 0 | 16 | 134 | 16 | 63 | 125 | 56 |
| Binary | 11011011 | 10111101 | 10010 | 0 | 1110 | 1011100 | 1110 | 110011 | 1010101 | 101110 |
Color Harmonies of #DBBD12
Complementary color
Monochromatic Colors of #DBBD12
Black with #DBBD12
Text Example
Text Example
White with #DBBD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD12; }
p { color: rgb(219,189,18); }
H1.HeaderClassName
{
color: #DBBD12;
}
.AnyTagClassName
{
color: #DBBD12;
}
</style>
background-color css
<style>
a { background-color: #DBBD12; }
a { background-color: rgb(219,189,18); }
div.DivClassName
{
background-color: #DBBD12;
}
.BgClassName
{
background-color: #DBBD12;
}
</style>
border-color css
<style>
span { border-color: #DBBD12; }
span { border-color: rgb(219,189,18); }
td.TdClassName
{
border-color: #DBBD12;
}
.TagClassName
{
border-color: #DBBD12;
}
</style>