Shades of Soft Amber #D1BCA1
Tints of Soft Amber #D1BCA1
RGB
CMYK
RGB Variations
Color information
#D1BCA1 (or 0xD1BCA1) is known color: Soft Amber. HEX triplet: D1, BC and A1. RGB value is (209,188,161). Sum of RGB (Red+Green+Blue) = 209+188+161=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 161 (63.28% from 255 or 28.85% from 558); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BCA1 is #2E435E. Grayscale: #BFBFBF. Windows color (decimal): -3031903 or 10599633. OLE color: 10599633.
HSL color Cylindrical-coordinate representation of color #D1BCA1: hue angle of 33.75º 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 #D1BCA1 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 188 | 161 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.18 |
| HSL | 33.75º | 0.34% | 0.73% | - |
| HSV(B) | 33.75º | 0.23% | 0.82% | - |
| XYZ | 50.71 | 52.09 | 41.1 | - |
| YUV | 191.2 | 110.96 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 161 | 0 | 0.10 | 0.23 | 0.18 | 33.75 | 0.34 | 0.73 |
| Hex | D1 | BC | A1 | 0 | A | 17 | 12 | 22 | 22 | 49 |
| Octal | 321 | 274 | 241 | 0 | 12 | 27 | 22 | 42 | 42 | 111 |
| Binary | 11010001 | 10111100 | 10100001 | 0 | 1010 | 10111 | 10010 | 100010 | 100010 | 1001001 |
Color Harmonies of #D1BCA1
Complementary color
Monochromatic Colors of #D1BCA1
Black with #D1BCA1
Text Example
Text Example
White with #D1BCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BCA1; }
p { color: rgb(209,188,161); }
H1.HeaderClassName
{
color: #D1BCA1;
}
.AnyTagClassName
{
color: #D1BCA1;
}
</style>
background-color css
<style>
a { background-color: #D1BCA1; }
a { background-color: rgb(209,188,161); }
div.DivClassName
{
background-color: #D1BCA1;
}
.BgClassName
{
background-color: #D1BCA1;
}
</style>
border-color css
<style>
span { border-color: #D1BCA1; }
span { border-color: rgb(209,188,161); }
td.TdClassName
{
border-color: #D1BCA1;
}
.TagClassName
{
border-color: #D1BCA1;
}
</style>