Shades of Soft Amber #D1BFAB
Tints of Soft Amber #D1BFAB
RGB
CMYK
RGB Variations
Color information
#D1BFAB (or 0xD1BFAB) is known color: Soft Amber. HEX triplet: D1, BF and AB. RGB value is (209,191,171). Sum of RGB (Red+Green+Blue) = 209+191+171=571 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.60% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BFAB is #2E4054. Grayscale: #C2C2C2. Windows color (decimal): -3031125 or 11255761. OLE color: 11255761.
HSL color Cylindrical-coordinate representation of color #D1BFAB: hue angle of 31.58º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1BFAB is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 191 | 171 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.18 |
| HSL | 31.58º | 0.29% | 0.75% | - |
| HSV(B) | 31.58º | 0.18% | 0.82% | - |
| XYZ | 52.28 | 53.76 | 46.15 | - |
| YUV | 194.1 | 114.96 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 171 | 0 | 0.09 | 0.18 | 0.18 | 31.58 | 0.29 | 0.75 |
| Hex | D1 | BF | AB | 0 | 9 | 12 | 12 | 20 | 1D | 4B |
| Octal | 321 | 277 | 253 | 0 | 11 | 22 | 22 | 40 | 35 | 113 |
| Binary | 11010001 | 10111111 | 10101011 | 0 | 1001 | 10010 | 10010 | 100000 | 11101 | 1001011 |
Color Harmonies of #D1BFAB
Complementary color
Monochromatic Colors of #D1BFAB
Black with #D1BFAB
Text Example
Text Example
White with #D1BFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BFAB; }
p { color: rgb(209,191,171); }
H1.HeaderClassName
{
color: #D1BFAB;
}
.AnyTagClassName
{
color: #D1BFAB;
}
</style>
background-color css
<style>
a { background-color: #D1BFAB; }
a { background-color: rgb(209,191,171); }
div.DivClassName
{
background-color: #D1BFAB;
}
.BgClassName
{
background-color: #D1BFAB;
}
</style>
border-color css
<style>
span { border-color: #D1BFAB; }
span { border-color: rgb(209,191,171); }
td.TdClassName
{
border-color: #D1BFAB;
}
.TagClassName
{
border-color: #D1BFAB;
}
</style>