Shades of Soft Amber #D5BC9F
Tints of Soft Amber #D5BC9F
RGB
CMYK
RGB Variations
Color information
#D5BC9F (or 0xD5BC9F) is known color: Soft Amber. HEX triplet: D5, BC and 9F. RGB value is (213,188,159). Sum of RGB (Red+Green+Blue) = 213+188+159=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 159 (62.5% from 255 or 28.39% from 560); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BC9F is #2A4360. Grayscale: #C0C0C0. Windows color (decimal): -2769761 or 10468565. OLE color: 10468565.
HSL color Cylindrical-coordinate representation of color #D5BC9F: hue angle of 32.22º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5BC9F is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 159 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.16 |
| HSL | 32.22º | 0.39% | 0.73% | - |
| HSV(B) | 32.22º | 0.25% | 0.84% | - |
| XYZ | 51.68 | 52.62 | 40.23 | - |
| YUV | 192.17 | 109.28 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 159 | 0 | 0.12 | 0.25 | 0.16 | 32.22 | 0.39 | 0.73 |
| Hex | D5 | BC | 9F | 0 | C | 19 | 10 | 20 | 27 | 49 |
| Octal | 325 | 274 | 237 | 0 | 14 | 31 | 20 | 40 | 47 | 111 |
| Binary | 11010101 | 10111100 | 10011111 | 0 | 1100 | 11001 | 10000 | 100000 | 100111 | 1001001 |
Color Harmonies of #D5BC9F
Complementary color
Monochromatic Colors of #D5BC9F
Black with #D5BC9F
Text Example
Text Example
White with #D5BC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC9F; }
p { color: rgb(213,188,159); }
H1.HeaderClassName
{
color: #D5BC9F;
}
.AnyTagClassName
{
color: #D5BC9F;
}
</style>
background-color css
<style>
a { background-color: #D5BC9F; }
a { background-color: rgb(213,188,159); }
div.DivClassName
{
background-color: #D5BC9F;
}
.BgClassName
{
background-color: #D5BC9F;
}
</style>
border-color css
<style>
span { border-color: #D5BC9F; }
span { border-color: rgb(213,188,159); }
td.TdClassName
{
border-color: #D5BC9F;
}
.TagClassName
{
border-color: #D5BC9F;
}
</style>