Shades of Soft Amber #D5BBA1
Tints of Soft Amber #D5BBA1
RGB
CMYK
RGB Variations
Color information
#D5BBA1 (or 0xD5BBA1) is known color: Soft Amber. HEX triplet: D5, BB and A1. RGB value is (213,187,161). Sum of RGB (Red+Green+Blue) = 213+187+161=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 161 (63.28% from 255 or 28.70% from 561); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BBA1 is #2A445E. Grayscale: #BFBFBF. Windows color (decimal): -2770015 or 10599381. OLE color: 10599381.
HSL color Cylindrical-coordinate representation of color #D5BBA1: hue angle of 30º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5BBA1 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 187 | 161 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.16 |
| HSL | 30º | 0.38% | 0.73% | - |
| HSV(B) | 30º | 0.24% | 0.84% | - |
| XYZ | 51.64 | 52.26 | 41.08 | - |
| YUV | 191.81 | 110.61 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 161 | 0 | 0.12 | 0.24 | 0.16 | 30 | 0.38 | 0.73 |
| Hex | D5 | BB | A1 | 0 | C | 18 | 10 | 1E | 26 | 49 |
| Octal | 325 | 273 | 241 | 0 | 14 | 30 | 20 | 36 | 46 | 111 |
| Binary | 11010101 | 10111011 | 10100001 | 0 | 1100 | 11000 | 10000 | 11110 | 100110 | 1001001 |
Color Harmonies of #D5BBA1
Complementary color
Monochromatic Colors of #D5BBA1
Black with #D5BBA1
Text Example
Text Example
White with #D5BBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBA1; }
p { color: rgb(213,187,161); }
H1.HeaderClassName
{
color: #D5BBA1;
}
.AnyTagClassName
{
color: #D5BBA1;
}
</style>
background-color css
<style>
a { background-color: #D5BBA1; }
a { background-color: rgb(213,187,161); }
div.DivClassName
{
background-color: #D5BBA1;
}
.BgClassName
{
background-color: #D5BBA1;
}
</style>
border-color css
<style>
span { border-color: #D5BBA1; }
span { border-color: rgb(213,187,161); }
td.TdClassName
{
border-color: #D5BBA1;
}
.TagClassName
{
border-color: #D5BBA1;
}
</style>