Shades of Soft Amber #D5BD9F
Tints of Soft Amber #D5BD9F
RGB
CMYK
RGB Variations
Color information
#D5BD9F (or 0xD5BD9F) is known color: Soft Amber. HEX triplet: D5, BD and 9F. RGB value is (213,189,159). Sum of RGB (Red+Green+Blue) = 213+189+159=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 159 (62.5% from 255 or 28.34% from 561); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BD9F is #2A4260. Grayscale: #C0C0C0. Windows color (decimal): -2769505 or 10468821. OLE color: 10468821.
HSL color Cylindrical-coordinate representation of color #D5BD9F: hue angle of 33.33º 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 #D5BD9F is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 189 | 159 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.16 |
| HSL | 33.33º | 0.39% | 0.73% | - |
| HSV(B) | 33.33º | 0.25% | 0.84% | - |
| XYZ | 51.9 | 53.04 | 40.3 | - |
| YUV | 192.76 | 108.95 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 189 | 159 | 0 | 0.11 | 0.25 | 0.16 | 33.33 | 0.39 | 0.73 |
| Hex | D5 | BD | 9F | 0 | B | 19 | 10 | 21 | 27 | 49 |
| Octal | 325 | 275 | 237 | 0 | 13 | 31 | 20 | 41 | 47 | 111 |
| Binary | 11010101 | 10111101 | 10011111 | 0 | 1011 | 11001 | 10000 | 100001 | 100111 | 1001001 |
Color Harmonies of #D5BD9F
Complementary color
Monochromatic Colors of #D5BD9F
Black with #D5BD9F
Text Example
Text Example
White with #D5BD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BD9F; }
p { color: rgb(213,189,159); }
H1.HeaderClassName
{
color: #D5BD9F;
}
.AnyTagClassName
{
color: #D5BD9F;
}
</style>
background-color css
<style>
a { background-color: #D5BD9F; }
a { background-color: rgb(213,189,159); }
div.DivClassName
{
background-color: #D5BD9F;
}
.BgClassName
{
background-color: #D5BD9F;
}
</style>
border-color css
<style>
span { border-color: #D5BD9F; }
span { border-color: rgb(213,189,159); }
td.TdClassName
{
border-color: #D5BD9F;
}
.TagClassName
{
border-color: #D5BD9F;
}
</style>