Shades of Sunflower #D6B911
Tints of Sunflower #D6B911
RGB
CMYK
RGB Variations
Color information
#D6B911 (or 0xD6B911) is known color: Sunflower. HEX triplet: D6, B9 and 11. RGB value is (214,185,17). Sum of RGB (Red+Green+Blue) = 214+185+17=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 185 (72.66% from 255 or 44.47% from 416); Blue value is 17 (7.03% from 255 or 4.09% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B911 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B911 is #2946EE. Grayscale: #AFAFAF. Windows color (decimal): -2705135 or 1161686. OLE color: 1161686.
HSL color Cylindrical-coordinate representation of color #D6B911: hue angle of 51.17º 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 #D6B911 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 185 | 17 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.16 |
| HSL | 51.17º | 0.85% | 0.45% | - |
| HSV(B) | 51.17º | 0.92% | 0.84% | - |
| XYZ | 45.18 | 49.03 | 7.61 | - |
| YUV | 174.52 | 39.11 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 185 | 17 | 0 | 0.14 | 0.92 | 0.16 | 51.17 | 0.85 | 0.45 |
| Hex | D6 | B9 | 11 | 0 | E | 5C | 10 | 33 | 55 | 2D |
| Octal | 326 | 271 | 21 | 0 | 16 | 134 | 20 | 63 | 125 | 55 |
| Binary | 11010110 | 10111001 | 10001 | 0 | 1110 | 1011100 | 10000 | 110011 | 1010101 | 101101 |
Color Harmonies of #D6B911
Complementary color
Monochromatic Colors of #D6B911
Black with #D6B911
Text Example
Text Example
White with #D6B911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B911; }
p { color: rgb(214,185,17); }
H1.HeaderClassName
{
color: #D6B911;
}
.AnyTagClassName
{
color: #D6B911;
}
</style>
background-color css
<style>
a { background-color: #D6B911; }
a { background-color: rgb(214,185,17); }
div.DivClassName
{
background-color: #D6B911;
}
.BgClassName
{
background-color: #D6B911;
}
</style>
border-color css
<style>
span { border-color: #D6B911; }
span { border-color: rgb(214,185,17); }
td.TdClassName
{
border-color: #D6B911;
}
.TagClassName
{
border-color: #D6B911;
}
</style>