Shades of Soft Amber #D5BBA3
Tints of Soft Amber #D5BBA3
RGB
CMYK
RGB Variations
Color information
#D5BBA3 (or 0xD5BBA3) is known color: Soft Amber. HEX triplet: D5, BB and A3. RGB value is (213,187,163). Sum of RGB (Red+Green+Blue) = 213+187+163=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 163 (64.06% from 255 or 28.95% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BBA3 is #2A445C. Grayscale: #C0C0C0. Windows color (decimal): -2770013 or 10730453. OLE color: 10730453.
HSL color Cylindrical-coordinate representation of color #D5BBA3: hue angle of 28.8º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5BBA3 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 187 | 163 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.16 |
| HSL | 28.8º | 0.37% | 0.74% | - |
| HSV(B) | 28.8º | 0.23% | 0.84% | - |
| XYZ | 51.82 | 52.33 | 42.02 | - |
| YUV | 192.04 | 111.61 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 163 | 0 | 0.12 | 0.23 | 0.16 | 28.8 | 0.37 | 0.74 |
| Hex | D5 | BB | A3 | 0 | C | 17 | 10 | 1D | 25 | 4A |
| Octal | 325 | 273 | 243 | 0 | 14 | 27 | 20 | 35 | 45 | 112 |
| Binary | 11010101 | 10111011 | 10100011 | 0 | 1100 | 10111 | 10000 | 11101 | 100101 | 1001010 |
Color Harmonies of #D5BBA3
Complementary color
Monochromatic Colors of #D5BBA3
Black with #D5BBA3
Text Example
Text Example
White with #D5BBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBA3; }
p { color: rgb(213,187,163); }
H1.HeaderClassName
{
color: #D5BBA3;
}
.AnyTagClassName
{
color: #D5BBA3;
}
</style>
background-color css
<style>
a { background-color: #D5BBA3; }
a { background-color: rgb(213,187,163); }
div.DivClassName
{
background-color: #D5BBA3;
}
.BgClassName
{
background-color: #D5BBA3;
}
</style>
border-color css
<style>
span { border-color: #D5BBA3; }
span { border-color: rgb(213,187,163); }
td.TdClassName
{
border-color: #D5BBA3;
}
.TagClassName
{
border-color: #D5BBA3;
}
</style>