Shades of Sunflower #D6BC17
Tints of Sunflower #D6BC17
RGB
CMYK
RGB Variations
Color information
#D6BC17 (or 0xD6BC17) is known color: Sunflower. HEX triplet: D6, BC and 17. RGB value is (214,188,23). Sum of RGB (Red+Green+Blue) = 214+188+23=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 23 (9.38% from 255 or 5.41% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6BC17 is #2943E8. Grayscale: #B1B1B1. Windows color (decimal): -2704361 or 1555670. OLE color: 1555670.
HSL color Cylindrical-coordinate representation of color #D6BC17: hue angle of 51.83º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D6BC17 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 188 | 23 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.16 |
| HSL | 51.83º | 0.81% | 0.46% | - |
| HSV(B) | 51.83º | 0.89% | 0.84% | - |
| XYZ | 45.87 | 50.32 | 8.11 | - |
| YUV | 176.96 | 41.11 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 188 | 23 | 0 | 0.12 | 0.89 | 0.16 | 51.83 | 0.81 | 0.46 |
| Hex | D6 | BC | 17 | 0 | C | 59 | 10 | 34 | 51 | 2E |
| Octal | 326 | 274 | 27 | 0 | 14 | 131 | 20 | 64 | 121 | 56 |
| Binary | 11010110 | 10111100 | 10111 | 0 | 1100 | 1011001 | 10000 | 110100 | 1010001 | 101110 |
Color Harmonies of #D6BC17
Complementary color
Monochromatic Colors of #D6BC17
Black with #D6BC17
Text Example
Text Example
White with #D6BC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BC17; }
p { color: rgb(214,188,23); }
H1.HeaderClassName
{
color: #D6BC17;
}
.AnyTagClassName
{
color: #D6BC17;
}
</style>
background-color css
<style>
a { background-color: #D6BC17; }
a { background-color: rgb(214,188,23); }
div.DivClassName
{
background-color: #D6BC17;
}
.BgClassName
{
background-color: #D6BC17;
}
</style>
border-color css
<style>
span { border-color: #D6BC17; }
span { border-color: rgb(214,188,23); }
td.TdClassName
{
border-color: #D6BC17;
}
.TagClassName
{
border-color: #D6BC17;
}
</style>