Shades of Soft Amber #D1C0AC
Tints of Soft Amber #D1C0AC
RGB
CMYK
RGB Variations
Color information
#D1C0AC (or 0xD1C0AC) is known color: Soft Amber. HEX triplet: D1, C0 and AC. RGB value is (209,192,172). Sum of RGB (Red+Green+Blue) = 209+192+172=573 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.47% from 573); Green value is 192 (75.39% from 255 or 33.51% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C0AC is #2E3F53. Grayscale: #C2C2C2. Windows color (decimal): -3030868 or 11321553. OLE color: 11321553.
HSL color Cylindrical-coordinate representation of color #D1C0AC: hue angle of 32.43º 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 #D1C0AC is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 192 | 172 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.18 |
| HSL | 32.43º | 0.29% | 0.75% | - |
| HSV(B) | 32.43º | 0.18% | 0.82% | - |
| XYZ | 52.59 | 54.23 | 46.73 | - |
| YUV | 194.8 | 115.13 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 192 | 172 | 0 | 0.08 | 0.18 | 0.18 | 32.43 | 0.29 | 0.75 |
| Hex | D1 | C0 | AC | 0 | 8 | 12 | 12 | 20 | 1D | 4B |
| Octal | 321 | 300 | 254 | 0 | 10 | 22 | 22 | 40 | 35 | 113 |
| Binary | 11010001 | 11000000 | 10101100 | 0 | 1000 | 10010 | 10010 | 100000 | 11101 | 1001011 |
Color Harmonies of #D1C0AC
Complementary color
Monochromatic Colors of #D1C0AC
Black with #D1C0AC
Text Example
Text Example
White with #D1C0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C0AC; }
p { color: rgb(209,192,172); }
H1.HeaderClassName
{
color: #D1C0AC;
}
.AnyTagClassName
{
color: #D1C0AC;
}
</style>
background-color css
<style>
a { background-color: #D1C0AC; }
a { background-color: rgb(209,192,172); }
div.DivClassName
{
background-color: #D1C0AC;
}
.BgClassName
{
background-color: #D1C0AC;
}
</style>
border-color css
<style>
span { border-color: #D1C0AC; }
span { border-color: rgb(209,192,172); }
td.TdClassName
{
border-color: #D1C0AC;
}
.TagClassName
{
border-color: #D1C0AC;
}
</style>