Shades of Sunflower #D7BC17
Tints of Sunflower #D7BC17
RGB
CMYK
RGB Variations
Color information
#D7BC17 (or 0xD7BC17) is known color: Sunflower. HEX triplet: D7, BC and 17. RGB value is (215,188,23). Sum of RGB (Red+Green+Blue) = 215+188+23=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 23 (9.38% from 255 or 5.40% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BC17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7BC17 is #2843E8. Grayscale: #B1B1B1. Windows color (decimal): -2638825 or 1555671. OLE color: 1555671.
HSL color Cylindrical-coordinate representation of color #D7BC17: hue angle of 51.56º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D7BC17 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 188 | 23 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.16 |
| HSL | 51.56º | 0.81% | 0.47% | - |
| HSV(B) | 51.56º | 0.89% | 0.84% | - |
| XYZ | 46.16 | 50.48 | 8.12 | - |
| YUV | 177.26 | 40.95 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 188 | 23 | 0 | 0.13 | 0.89 | 0.16 | 51.56 | 0.81 | 0.47 |
| Hex | D7 | BC | 17 | 0 | D | 59 | 10 | 34 | 51 | 2F |
| Octal | 327 | 274 | 27 | 0 | 15 | 131 | 20 | 64 | 121 | 57 |
| Binary | 11010111 | 10111100 | 10111 | 0 | 1101 | 1011001 | 10000 | 110100 | 1010001 | 101111 |
Color Harmonies of #D7BC17
Complementary color
Monochromatic Colors of #D7BC17
Black with #D7BC17
Text Example
Text Example
White with #D7BC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BC17; }
p { color: rgb(215,188,23); }
H1.HeaderClassName
{
color: #D7BC17;
}
.AnyTagClassName
{
color: #D7BC17;
}
</style>
background-color css
<style>
a { background-color: #D7BC17; }
a { background-color: rgb(215,188,23); }
div.DivClassName
{
background-color: #D7BC17;
}
.BgClassName
{
background-color: #D7BC17;
}
</style>
border-color css
<style>
span { border-color: #D7BC17; }
span { border-color: rgb(215,188,23); }
td.TdClassName
{
border-color: #D7BC17;
}
.TagClassName
{
border-color: #D7BC17;
}
</style>