Shades of Soft Amber #D5BCA2
Tints of Soft Amber #D5BCA2
RGB
CMYK
RGB Variations
Color information
#D5BCA2 (or 0xD5BCA2) is known color: Soft Amber. HEX triplet: D5, BC and A2. RGB value is (213,188,162). Sum of RGB (Red+Green+Blue) = 213+188+162=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 162 (63.67% from 255 or 28.77% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BCA2 is #2A435D. Grayscale: #C0C0C0. Windows color (decimal): -2769758 or 10665173. OLE color: 10665173.
HSL color Cylindrical-coordinate representation of color #D5BCA2: hue angle of 30.59º 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 #D5BCA2 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 162 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.16 |
| HSL | 30.59º | 0.38% | 0.74% | - |
| HSV(B) | 30.59º | 0.24% | 0.84% | - |
| XYZ | 51.95 | 52.72 | 41.62 | - |
| YUV | 192.51 | 110.78 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 162 | 0 | 0.12 | 0.24 | 0.16 | 30.59 | 0.38 | 0.74 |
| Hex | D5 | BC | A2 | 0 | C | 18 | 10 | 1F | 26 | 4A |
| Octal | 325 | 274 | 242 | 0 | 14 | 30 | 20 | 37 | 46 | 112 |
| Binary | 11010101 | 10111100 | 10100010 | 0 | 1100 | 11000 | 10000 | 11111 | 100110 | 1001010 |
Color Harmonies of #D5BCA2
Complementary color
Monochromatic Colors of #D5BCA2
Black with #D5BCA2
Text Example
Text Example
White with #D5BCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BCA2; }
p { color: rgb(213,188,162); }
H1.HeaderClassName
{
color: #D5BCA2;
}
.AnyTagClassName
{
color: #D5BCA2;
}
</style>
background-color css
<style>
a { background-color: #D5BCA2; }
a { background-color: rgb(213,188,162); }
div.DivClassName
{
background-color: #D5BCA2;
}
.BgClassName
{
background-color: #D5BCA2;
}
</style>
border-color css
<style>
span { border-color: #D5BCA2; }
span { border-color: rgb(213,188,162); }
td.TdClassName
{
border-color: #D5BCA2;
}
.TagClassName
{
border-color: #D5BCA2;
}
</style>