Shades of Soft Amber #D1BEA1
Tints of Soft Amber #D1BEA1
RGB
CMYK
RGB Variations
Color information
#D1BEA1 (or 0xD1BEA1) is known color: Soft Amber. HEX triplet: D1, BE and A1. RGB value is (209,190,161). Sum of RGB (Red+Green+Blue) = 209+190+161=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 161 (63.28% from 255 or 28.75% from 560); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BEA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BEA1 is #2E415E. Grayscale: #C0C0C0. Windows color (decimal): -3031391 or 10600145. OLE color: 10600145.
HSL color Cylindrical-coordinate representation of color #D1BEA1: hue angle of 36.25º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1BEA1 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 161 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.18 |
| HSL | 36.25º | 0.34% | 0.73% | - |
| HSV(B) | 36.25º | 0.23% | 0.82% | - |
| XYZ | 51.14 | 52.96 | 41.24 | - |
| YUV | 192.38 | 110.29 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 161 | 0 | 0.09 | 0.23 | 0.18 | 36.25 | 0.34 | 0.73 |
| Hex | D1 | BE | A1 | 0 | 9 | 17 | 12 | 24 | 22 | 49 |
| Octal | 321 | 276 | 241 | 0 | 11 | 27 | 22 | 44 | 42 | 111 |
| Binary | 11010001 | 10111110 | 10100001 | 0 | 1001 | 10111 | 10010 | 100100 | 100010 | 1001001 |
Color Harmonies of #D1BEA1
Complementary color
Monochromatic Colors of #D1BEA1
Black with #D1BEA1
Text Example
Text Example
White with #D1BEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BEA1; }
p { color: rgb(209,190,161); }
H1.HeaderClassName
{
color: #D1BEA1;
}
.AnyTagClassName
{
color: #D1BEA1;
}
</style>
background-color css
<style>
a { background-color: #D1BEA1; }
a { background-color: rgb(209,190,161); }
div.DivClassName
{
background-color: #D1BEA1;
}
.BgClassName
{
background-color: #D1BEA1;
}
</style>
border-color css
<style>
span { border-color: #D1BEA1; }
span { border-color: rgb(209,190,161); }
td.TdClassName
{
border-color: #D1BEA1;
}
.TagClassName
{
border-color: #D1BEA1;
}
</style>