Shades of Soft Amber #D1BDA5
Tints of Soft Amber #D1BDA5
RGB
CMYK
RGB Variations
Color information
#D1BDA5 (or 0xD1BDA5) is known color: Soft Amber. HEX triplet: D1, BD and A5. RGB value is (209,189,165). Sum of RGB (Red+Green+Blue) = 209+189+165=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 165 (64.84% from 255 or 29.31% from 563); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BDA5 is #2E425A. Grayscale: #C0C0C0. Windows color (decimal): -3031643 or 10862033. OLE color: 10862033.
HSL color Cylindrical-coordinate representation of color #D1BDA5: hue angle of 32.73º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1BDA5 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 189 | 165 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.18 |
| HSL | 32.73º | 0.32% | 0.73% | - |
| HSV(B) | 32.73º | 0.21% | 0.82% | - |
| XYZ | 51.28 | 52.67 | 43.06 | - |
| YUV | 192.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 189 | 165 | 0 | 0.10 | 0.21 | 0.18 | 32.73 | 0.32 | 0.73 |
| Hex | D1 | BD | A5 | 0 | A | 15 | 12 | 21 | 20 | 49 |
| Octal | 321 | 275 | 245 | 0 | 12 | 25 | 22 | 41 | 40 | 111 |
| Binary | 11010001 | 10111101 | 10100101 | 0 | 1010 | 10101 | 10010 | 100001 | 100000 | 1001001 |
Color Harmonies of #D1BDA5
Complementary color
Monochromatic Colors of #D1BDA5
Black with #D1BDA5
Text Example
Text Example
White with #D1BDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BDA5; }
p { color: rgb(209,189,165); }
H1.HeaderClassName
{
color: #D1BDA5;
}
.AnyTagClassName
{
color: #D1BDA5;
}
</style>
background-color css
<style>
a { background-color: #D1BDA5; }
a { background-color: rgb(209,189,165); }
div.DivClassName
{
background-color: #D1BDA5;
}
.BgClassName
{
background-color: #D1BDA5;
}
</style>
border-color css
<style>
span { border-color: #D1BDA5; }
span { border-color: rgb(209,189,165); }
td.TdClassName
{
border-color: #D1BDA5;
}
.TagClassName
{
border-color: #D1BDA5;
}
</style>