Shades of Soft Amber #D5BBA0
Tints of Soft Amber #D5BBA0
RGB
CMYK
RGB Variations
Color information
#D5BBA0 (or 0xD5BBA0) is known color: Soft Amber. HEX triplet: D5, BB and A0. RGB value is (213,187,160). Sum of RGB (Red+Green+Blue) = 213+187+160=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 160 (62.89% from 255 or 28.57% from 560); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BBA0 is #2A445F. Grayscale: #BFBFBF. Windows color (decimal): -2770016 or 10533845. OLE color: 10533845.
HSL color Cylindrical-coordinate representation of color #D5BBA0: hue angle of 30.57º 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 #D5BBA0 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 187 | 160 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.16 |
| HSL | 30.57º | 0.39% | 0.73% | - |
| HSV(B) | 30.57º | 0.25% | 0.84% | - |
| XYZ | 51.56 | 52.22 | 40.62 | - |
| YUV | 191.7 | 110.11 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 160 | 0 | 0.12 | 0.25 | 0.16 | 30.57 | 0.39 | 0.73 |
| Hex | D5 | BB | A0 | 0 | C | 19 | 10 | 1F | 27 | 49 |
| Octal | 325 | 273 | 240 | 0 | 14 | 31 | 20 | 37 | 47 | 111 |
| Binary | 11010101 | 10111011 | 10100000 | 0 | 1100 | 11001 | 10000 | 11111 | 100111 | 1001001 |
Color Harmonies of #D5BBA0
Complementary color
Monochromatic Colors of #D5BBA0
Black with #D5BBA0
Text Example
Text Example
White with #D5BBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBA0; }
p { color: rgb(213,187,160); }
H1.HeaderClassName
{
color: #D5BBA0;
}
.AnyTagClassName
{
color: #D5BBA0;
}
</style>
background-color css
<style>
a { background-color: #D5BBA0; }
a { background-color: rgb(213,187,160); }
div.DivClassName
{
background-color: #D5BBA0;
}
.BgClassName
{
background-color: #D5BBA0;
}
</style>
border-color css
<style>
span { border-color: #D5BBA0; }
span { border-color: rgb(213,187,160); }
td.TdClassName
{
border-color: #D5BBA0;
}
.TagClassName
{
border-color: #D5BBA0;
}
</style>