Shades of Sunflower #D6BA11
Tints of Sunflower #D6BA11
RGB
CMYK
RGB Variations
Color information
#D6BA11 (or 0xD6BA11) is known color: Sunflower. HEX triplet: D6, BA and 11. RGB value is (214,186,17). Sum of RGB (Red+Green+Blue) = 214+186+17=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 17 (7.03% from 255 or 4.08% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6BA11 is #2945EE. Grayscale: #AFAFAF. Windows color (decimal): -2704879 or 1161942. OLE color: 1161942.
HSL color Cylindrical-coordinate representation of color #D6BA11: hue angle of 51.47º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D6BA11 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 17 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.16 |
| HSL | 51.47º | 0.85% | 0.45% | - |
| HSV(B) | 51.47º | 0.92% | 0.84% | - |
| XYZ | 45.39 | 49.45 | 7.68 | - |
| YUV | 175.11 | 38.78 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 17 | 0 | 0.13 | 0.92 | 0.16 | 51.47 | 0.85 | 0.45 |
| Hex | D6 | BA | 11 | 0 | D | 5C | 10 | 33 | 55 | 2D |
| Octal | 326 | 272 | 21 | 0 | 15 | 134 | 20 | 63 | 125 | 55 |
| Binary | 11010110 | 10111010 | 10001 | 0 | 1101 | 1011100 | 10000 | 110011 | 1010101 | 101101 |
Color Harmonies of #D6BA11
Complementary color
Monochromatic Colors of #D6BA11
Black with #D6BA11
Text Example
Text Example
White with #D6BA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BA11; }
p { color: rgb(214,186,17); }
H1.HeaderClassName
{
color: #D6BA11;
}
.AnyTagClassName
{
color: #D6BA11;
}
</style>
background-color css
<style>
a { background-color: #D6BA11; }
a { background-color: rgb(214,186,17); }
div.DivClassName
{
background-color: #D6BA11;
}
.BgClassName
{
background-color: #D6BA11;
}
</style>
border-color css
<style>
span { border-color: #D6BA11; }
span { border-color: rgb(214,186,17); }
td.TdClassName
{
border-color: #D6BA11;
}
.TagClassName
{
border-color: #D6BA11;
}
</style>