Shades of Sunflower #D6B711
Tints of Sunflower #D6B711
RGB
CMYK
RGB Variations
Color information
#D6B711 (or 0xD6B711) is known color: Sunflower. HEX triplet: D6, B7 and 11. RGB value is (214,183,17). Sum of RGB (Red+Green+Blue) = 214+183+17=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 183 (71.88% from 255 or 44.20% from 414); Blue value is 17 (7.03% from 255 or 4.11% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B711 is #2948EE. Grayscale: #AEAEAE. Windows color (decimal): -2705647 or 1161174. OLE color: 1161174.
HSL color Cylindrical-coordinate representation of color #D6B711: hue angle of 50.56º 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 #D6B711 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 183 | 17 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.16 |
| HSL | 50.56º | 0.85% | 0.45% | - |
| HSV(B) | 50.56º | 0.92% | 0.84% | - |
| XYZ | 44.77 | 48.2 | 7.48 | - |
| YUV | 173.35 | 39.77 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 183 | 17 | 0 | 0.14 | 0.92 | 0.16 | 50.56 | 0.85 | 0.45 |
| Hex | D6 | B7 | 11 | 0 | E | 5C | 10 | 33 | 55 | 2D |
| Octal | 326 | 267 | 21 | 0 | 16 | 134 | 20 | 63 | 125 | 55 |
| Binary | 11010110 | 10110111 | 10001 | 0 | 1110 | 1011100 | 10000 | 110011 | 1010101 | 101101 |
Color Harmonies of #D6B711
Complementary color
Monochromatic Colors of #D6B711
Black with #D6B711
Text Example
Text Example
White with #D6B711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B711; }
p { color: rgb(214,183,17); }
H1.HeaderClassName
{
color: #D6B711;
}
.AnyTagClassName
{
color: #D6B711;
}
</style>
background-color css
<style>
a { background-color: #D6B711; }
a { background-color: rgb(214,183,17); }
div.DivClassName
{
background-color: #D6B711;
}
.BgClassName
{
background-color: #D6B711;
}
</style>
border-color css
<style>
span { border-color: #D6B711; }
span { border-color: rgb(214,183,17); }
td.TdClassName
{
border-color: #D6B711;
}
.TagClassName
{
border-color: #D6B711;
}
</style>