Shades of Soft Amber #D5BDA0
Tints of Soft Amber #D5BDA0
RGB
CMYK
RGB Variations
Color information
#D5BDA0 (or 0xD5BDA0) is known color: Soft Amber. HEX triplet: D5, BD and A0. RGB value is (213,189,160). Sum of RGB (Red+Green+Blue) = 213+189+160=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 160 (62.89% from 255 or 28.47% from 562); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BDA0 is #2A425F. Grayscale: #C1C1C1. Windows color (decimal): -2769504 or 10534357. OLE color: 10534357.
HSL color Cylindrical-coordinate representation of color #D5BDA0: hue angle of 32.83º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5BDA0 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 189 | 160 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.16 |
| HSL | 32.83º | 0.39% | 0.73% | - |
| HSV(B) | 32.83º | 0.25% | 0.84% | - |
| XYZ | 51.98 | 53.08 | 40.76 | - |
| YUV | 192.87 | 109.45 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 189 | 160 | 0 | 0.11 | 0.25 | 0.16 | 32.83 | 0.39 | 0.73 |
| Hex | D5 | BD | A0 | 0 | B | 19 | 10 | 21 | 27 | 49 |
| Octal | 325 | 275 | 240 | 0 | 13 | 31 | 20 | 41 | 47 | 111 |
| Binary | 11010101 | 10111101 | 10100000 | 0 | 1011 | 11001 | 10000 | 100001 | 100111 | 1001001 |
Color Harmonies of #D5BDA0
Complementary color
Monochromatic Colors of #D5BDA0
Black with #D5BDA0
Text Example
Text Example
White with #D5BDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BDA0; }
p { color: rgb(213,189,160); }
H1.HeaderClassName
{
color: #D5BDA0;
}
.AnyTagClassName
{
color: #D5BDA0;
}
</style>
background-color css
<style>
a { background-color: #D5BDA0; }
a { background-color: rgb(213,189,160); }
div.DivClassName
{
background-color: #D5BDA0;
}
.BgClassName
{
background-color: #D5BDA0;
}
</style>
border-color css
<style>
span { border-color: #D5BDA0; }
span { border-color: rgb(213,189,160); }
td.TdClassName
{
border-color: #D5BDA0;
}
.TagClassName
{
border-color: #D5BDA0;
}
</style>