Shades of Soft Amber #D5BBA2
Tints of Soft Amber #D5BBA2
RGB
CMYK
RGB Variations
Color information
#D5BBA2 (or 0xD5BBA2) is known color: Soft Amber. HEX triplet: D5, BB and A2. RGB value is (213,187,162). Sum of RGB (Red+Green+Blue) = 213+187+162=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 162 (63.67% from 255 or 28.83% from 562); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BBA2 is #2A445D. Grayscale: #C0C0C0. Windows color (decimal): -2770014 or 10664917. OLE color: 10664917.
HSL color Cylindrical-coordinate representation of color #D5BBA2: hue angle of 29.41º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5BBA2 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 187 | 162 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.16 |
| HSL | 29.41º | 0.38% | 0.74% | - |
| HSV(B) | 29.41º | 0.24% | 0.84% | - |
| XYZ | 51.73 | 52.3 | 41.55 | - |
| YUV | 191.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 162 | 0 | 0.12 | 0.24 | 0.16 | 29.41 | 0.38 | 0.74 |
| Hex | D5 | BB | A2 | 0 | C | 18 | 10 | 1D | 26 | 4A |
| Octal | 325 | 273 | 242 | 0 | 14 | 30 | 20 | 35 | 46 | 112 |
| Binary | 11010101 | 10111011 | 10100010 | 0 | 1100 | 11000 | 10000 | 11101 | 100110 | 1001010 |
Color Harmonies of #D5BBA2
Complementary color
Monochromatic Colors of #D5BBA2
Black with #D5BBA2
Text Example
Text Example
White with #D5BBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBA2; }
p { color: rgb(213,187,162); }
H1.HeaderClassName
{
color: #D5BBA2;
}
.AnyTagClassName
{
color: #D5BBA2;
}
</style>
background-color css
<style>
a { background-color: #D5BBA2; }
a { background-color: rgb(213,187,162); }
div.DivClassName
{
background-color: #D5BBA2;
}
.BgClassName
{
background-color: #D5BBA2;
}
</style>
border-color css
<style>
span { border-color: #D5BBA2; }
span { border-color: rgb(213,187,162); }
td.TdClassName
{
border-color: #D5BBA2;
}
.TagClassName
{
border-color: #D5BBA2;
}
</style>