Shades of Soft Amber #D3BC9D
Tints of Soft Amber #D3BC9D
RGB
CMYK
RGB Variations
Color information
#D3BC9D (or 0xD3BC9D) is known color: Soft Amber. HEX triplet: D3, BC and 9D. RGB value is (211,188,157). Sum of RGB (Red+Green+Blue) = 211+188+157=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 157 (61.72% from 255 or 28.24% from 556); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BC9D is #2C4362. Grayscale: #BFBFBF. Windows color (decimal): -2900835 or 10337491. OLE color: 10337491.
HSL color Cylindrical-coordinate representation of color #D3BC9D: hue angle of 34.44º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D3BC9D is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 188 | 157 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.17 |
| HSL | 34.44º | 0.38% | 0.72% | - |
| HSV(B) | 34.44º | 0.26% | 0.83% | - |
| XYZ | 50.93 | 52.25 | 39.3 | - |
| YUV | 191.34 | 108.62 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 188 | 157 | 0 | 0.11 | 0.26 | 0.17 | 34.44 | 0.38 | 0.72 |
| Hex | D3 | BC | 9D | 0 | B | 1A | 11 | 22 | 26 | 48 |
| Octal | 323 | 274 | 235 | 0 | 13 | 32 | 21 | 42 | 46 | 110 |
| Binary | 11010011 | 10111100 | 10011101 | 0 | 1011 | 11010 | 10001 | 100010 | 100110 | 1001000 |
Color Harmonies of #D3BC9D
Complementary color
Monochromatic Colors of #D3BC9D
Black with #D3BC9D
Text Example
Text Example
White with #D3BC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BC9D; }
p { color: rgb(211,188,157); }
H1.HeaderClassName
{
color: #D3BC9D;
}
.AnyTagClassName
{
color: #D3BC9D;
}
</style>
background-color css
<style>
a { background-color: #D3BC9D; }
a { background-color: rgb(211,188,157); }
div.DivClassName
{
background-color: #D3BC9D;
}
.BgClassName
{
background-color: #D3BC9D;
}
</style>
border-color css
<style>
span { border-color: #D3BC9D; }
span { border-color: rgb(211,188,157); }
td.TdClassName
{
border-color: #D3BC9D;
}
.TagClassName
{
border-color: #D3BC9D;
}
</style>