Shades of Soft Amber #D3BC9E
Tints of Soft Amber #D3BC9E
RGB
CMYK
RGB Variations
Color information
#D3BC9E (or 0xD3BC9E) is known color: Soft Amber. HEX triplet: D3, BC and 9E. RGB value is (211,188,158). Sum of RGB (Red+Green+Blue) = 211+188+158=557 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.88% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 158 (62.11% from 255 or 28.37% from 557); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BC9E is #2C4361. Grayscale: #BFBFBF. Windows color (decimal): -2900834 or 10403027. OLE color: 10403027.
HSL color Cylindrical-coordinate representation of color #D3BC9E: hue angle of 33.96º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D3BC9E is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 188 | 158 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.17 |
| HSL | 33.96º | 0.38% | 0.72% | - |
| HSV(B) | 33.96º | 0.25% | 0.83% | - |
| XYZ | 51.02 | 52.28 | 39.75 | - |
| YUV | 191.46 | 109.12 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 188 | 158 | 0 | 0.11 | 0.25 | 0.17 | 33.96 | 0.38 | 0.72 |
| Hex | D3 | BC | 9E | 0 | B | 19 | 11 | 22 | 26 | 48 |
| Octal | 323 | 274 | 236 | 0 | 13 | 31 | 21 | 42 | 46 | 110 |
| Binary | 11010011 | 10111100 | 10011110 | 0 | 1011 | 11001 | 10001 | 100010 | 100110 | 1001000 |
Color Harmonies of #D3BC9E
Complementary color
Monochromatic Colors of #D3BC9E
Black with #D3BC9E
Text Example
Text Example
White with #D3BC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BC9E; }
p { color: rgb(211,188,158); }
H1.HeaderClassName
{
color: #D3BC9E;
}
.AnyTagClassName
{
color: #D3BC9E;
}
</style>
background-color css
<style>
a { background-color: #D3BC9E; }
a { background-color: rgb(211,188,158); }
div.DivClassName
{
background-color: #D3BC9E;
}
.BgClassName
{
background-color: #D3BC9E;
}
</style>
border-color css
<style>
span { border-color: #D3BC9E; }
span { border-color: rgb(211,188,158); }
td.TdClassName
{
border-color: #D3BC9E;
}
.TagClassName
{
border-color: #D3BC9E;
}
</style>