Shades of Soft Amber #D5BCA3
Tints of Soft Amber #D5BCA3
RGB
CMYK
RGB Variations
Color information
#D5BCA3 (or 0xD5BCA3) is known color: Soft Amber. HEX triplet: D5, BC and A3. RGB value is (213,188,163). Sum of RGB (Red+Green+Blue) = 213+188+163=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 163 (64.06% from 255 or 28.90% from 564); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BCA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BCA3 is #2A435C. Grayscale: #C0C0C0. Windows color (decimal): -2769757 or 10730709. OLE color: 10730709.
HSL color Cylindrical-coordinate representation of color #D5BCA3: hue angle of 30º 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 #D5BCA3 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 163 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.16 |
| HSL | 30º | 0.37% | 0.74% | - |
| HSV(B) | 30º | 0.23% | 0.84% | - |
| XYZ | 52.03 | 52.76 | 42.09 | - |
| YUV | 192.63 | 111.28 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 163 | 0 | 0.12 | 0.23 | 0.16 | 30 | 0.37 | 0.74 |
| Hex | D5 | BC | A3 | 0 | C | 17 | 10 | 1E | 25 | 4A |
| Octal | 325 | 274 | 243 | 0 | 14 | 27 | 20 | 36 | 45 | 112 |
| Binary | 11010101 | 10111100 | 10100011 | 0 | 1100 | 10111 | 10000 | 11110 | 100101 | 1001010 |
Color Harmonies of #D5BCA3
Complementary color
Monochromatic Colors of #D5BCA3
Black with #D5BCA3
Text Example
Text Example
White with #D5BCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BCA3; }
p { color: rgb(213,188,163); }
H1.HeaderClassName
{
color: #D5BCA3;
}
.AnyTagClassName
{
color: #D5BCA3;
}
</style>
background-color css
<style>
a { background-color: #D5BCA3; }
a { background-color: rgb(213,188,163); }
div.DivClassName
{
background-color: #D5BCA3;
}
.BgClassName
{
background-color: #D5BCA3;
}
</style>
border-color css
<style>
span { border-color: #D5BCA3; }
span { border-color: rgb(213,188,163); }
td.TdClassName
{
border-color: #D5BCA3;
}
.TagClassName
{
border-color: #D5BCA3;
}
</style>