Shades of Soft Amber #D0C1AC
Tints of Soft Amber #D0C1AC
RGB
CMYK
RGB Variations
Color information
#D0C1AC (or 0xD0C1AC) is known color: Soft Amber. HEX triplet: D0, C1 and AC. RGB value is (208,193,172). Sum of RGB (Red+Green+Blue) = 208+193+172=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 193 (75.78% from 255 or 33.68% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C1AC is #2F3E53. Grayscale: #C3C3C3. Windows color (decimal): -3096148 or 11321808. OLE color: 11321808.
HSL color Cylindrical-coordinate representation of color #D0C1AC: hue angle of 35º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0C1AC is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 193 | 172 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.18 |
| HSL | 35º | 0.28% | 0.75% | - |
| HSV(B) | 35º | 0.17% | 0.82% | - |
| XYZ | 52.53 | 54.53 | 46.79 | - |
| YUV | 195.09 | 114.97 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 193 | 172 | 0 | 0.07 | 0.17 | 0.18 | 35 | 0.28 | 0.75 |
| Hex | D0 | C1 | AC | 0 | 7 | 11 | 12 | 23 | 1C | 4B |
| Octal | 320 | 301 | 254 | 0 | 7 | 21 | 22 | 43 | 34 | 113 |
| Binary | 11010000 | 11000001 | 10101100 | 0 | 111 | 10001 | 10010 | 100011 | 11100 | 1001011 |
Color Harmonies of #D0C1AC
Complementary color
Monochromatic Colors of #D0C1AC
Black with #D0C1AC
Text Example
Text Example
White with #D0C1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C1AC; }
p { color: rgb(208,193,172); }
H1.HeaderClassName
{
color: #D0C1AC;
}
.AnyTagClassName
{
color: #D0C1AC;
}
</style>
background-color css
<style>
a { background-color: #D0C1AC; }
a { background-color: rgb(208,193,172); }
div.DivClassName
{
background-color: #D0C1AC;
}
.BgClassName
{
background-color: #D0C1AC;
}
</style>
border-color css
<style>
span { border-color: #D0C1AC; }
span { border-color: rgb(208,193,172); }
td.TdClassName
{
border-color: #D0C1AC;
}
.TagClassName
{
border-color: #D0C1AC;
}
</style>