Shades of Soft Amber #D1BCA8
Tints of Soft Amber #D1BCA8
RGB
CMYK
RGB Variations
Color information
#D1BCA8 (or 0xD1BCA8) is known color: Soft Amber. HEX triplet: D1, BC and A8. RGB value is (209,188,168). Sum of RGB (Red+Green+Blue) = 209+188+168=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 168 (66.02% from 255 or 29.73% from 565); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BCA8 is #2E4357. Grayscale: #C0C0C0. Windows color (decimal): -3031896 or 11058385. OLE color: 11058385.
HSL color Cylindrical-coordinate representation of color #D1BCA8: hue angle of 29.27º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1BCA8 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 188 | 168 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.18 |
| HSL | 29.27º | 0.31% | 0.74% | - |
| HSV(B) | 29.27º | 0.2% | 0.82% | - |
| XYZ | 51.35 | 52.35 | 44.44 | - |
| YUV | 192 | 114.46 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 168 | 0 | 0.10 | 0.20 | 0.18 | 29.27 | 0.31 | 0.74 |
| Hex | D1 | BC | A8 | 0 | A | 14 | 12 | 1D | 1F | 4A |
| Octal | 321 | 274 | 250 | 0 | 12 | 24 | 22 | 35 | 37 | 112 |
| Binary | 11010001 | 10111100 | 10101000 | 0 | 1010 | 10100 | 10010 | 11101 | 11111 | 1001010 |
Color Harmonies of #D1BCA8
Complementary color
Monochromatic Colors of #D1BCA8
Black with #D1BCA8
Text Example
Text Example
White with #D1BCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BCA8; }
p { color: rgb(209,188,168); }
H1.HeaderClassName
{
color: #D1BCA8;
}
.AnyTagClassName
{
color: #D1BCA8;
}
</style>
background-color css
<style>
a { background-color: #D1BCA8; }
a { background-color: rgb(209,188,168); }
div.DivClassName
{
background-color: #D1BCA8;
}
.BgClassName
{
background-color: #D1BCA8;
}
</style>
border-color css
<style>
span { border-color: #D1BCA8; }
span { border-color: rgb(209,188,168); }
td.TdClassName
{
border-color: #D1BCA8;
}
.TagClassName
{
border-color: #D1BCA8;
}
</style>