Shades of Soft Amber #D5BCA1
Tints of Soft Amber #D5BCA1
RGB
CMYK
RGB Variations
Color information
#D5BCA1 (or 0xD5BCA1) is known color: Soft Amber. HEX triplet: D5, BC and A1. RGB value is (213,188,161). Sum of RGB (Red+Green+Blue) = 213+188+161=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 161 (63.28% from 255 or 28.65% from 562); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BCA1 is #2A435E. Grayscale: #C0C0C0. Windows color (decimal): -2769759 or 10599637. OLE color: 10599637.
HSL color Cylindrical-coordinate representation of color #D5BCA1: hue angle of 31.15º 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 #D5BCA1 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 161 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.16 |
| HSL | 31.15º | 0.38% | 0.73% | - |
| HSV(B) | 31.15º | 0.24% | 0.84% | - |
| XYZ | 51.86 | 52.69 | 41.15 | - |
| YUV | 192.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 161 | 0 | 0.12 | 0.24 | 0.16 | 31.15 | 0.38 | 0.73 |
| Hex | D5 | BC | A1 | 0 | C | 18 | 10 | 1F | 26 | 49 |
| Octal | 325 | 274 | 241 | 0 | 14 | 30 | 20 | 37 | 46 | 111 |
| Binary | 11010101 | 10111100 | 10100001 | 0 | 1100 | 11000 | 10000 | 11111 | 100110 | 1001001 |
Color Harmonies of #D5BCA1
Complementary color
Monochromatic Colors of #D5BCA1
Black with #D5BCA1
Text Example
Text Example
White with #D5BCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BCA1; }
p { color: rgb(213,188,161); }
H1.HeaderClassName
{
color: #D5BCA1;
}
.AnyTagClassName
{
color: #D5BCA1;
}
</style>
background-color css
<style>
a { background-color: #D5BCA1; }
a { background-color: rgb(213,188,161); }
div.DivClassName
{
background-color: #D5BCA1;
}
.BgClassName
{
background-color: #D5BCA1;
}
</style>
border-color css
<style>
span { border-color: #D5BCA1; }
span { border-color: rgb(213,188,161); }
td.TdClassName
{
border-color: #D5BCA1;
}
.TagClassName
{
border-color: #D5BCA1;
}
</style>