Shades of Soft Amber #D5BC9D
Tints of Soft Amber #D5BC9D
RGB
CMYK
RGB Variations
Color information
#D5BC9D (or 0xD5BC9D) is known color: Soft Amber. HEX triplet: D5, BC and 9D. RGB value is (213,188,157). Sum of RGB (Red+Green+Blue) = 213+188+157=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 157 (61.72% from 255 or 28.14% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BC9D is #2A4362. Grayscale: #C0C0C0. Windows color (decimal): -2769763 or 10337493. OLE color: 10337493.
HSL color Cylindrical-coordinate representation of color #D5BC9D: hue angle of 33.21º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5BC9D is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 157 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.16 |
| HSL | 33.21º | 0.4% | 0.73% | - |
| HSV(B) | 33.21º | 0.26% | 0.84% | - |
| XYZ | 51.51 | 52.55 | 39.33 | - |
| YUV | 191.94 | 108.28 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 157 | 0 | 0.12 | 0.26 | 0.16 | 33.21 | 0.4 | 0.73 |
| Hex | D5 | BC | 9D | 0 | C | 1A | 10 | 21 | 28 | 49 |
| Octal | 325 | 274 | 235 | 0 | 14 | 32 | 20 | 41 | 50 | 111 |
| Binary | 11010101 | 10111100 | 10011101 | 0 | 1100 | 11010 | 10000 | 100001 | 101000 | 1001001 |
Color Harmonies of #D5BC9D
Complementary color
Monochromatic Colors of #D5BC9D
Black with #D5BC9D
Text Example
Text Example
White with #D5BC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC9D; }
p { color: rgb(213,188,157); }
H1.HeaderClassName
{
color: #D5BC9D;
}
.AnyTagClassName
{
color: #D5BC9D;
}
</style>
background-color css
<style>
a { background-color: #D5BC9D; }
a { background-color: rgb(213,188,157); }
div.DivClassName
{
background-color: #D5BC9D;
}
.BgClassName
{
background-color: #D5BC9D;
}
</style>
border-color css
<style>
span { border-color: #D5BC9D; }
span { border-color: rgb(213,188,157); }
td.TdClassName
{
border-color: #D5BC9D;
}
.TagClassName
{
border-color: #D5BC9D;
}
</style>