Shades of Soft Amber #D1C2AA
Tints of Soft Amber #D1C2AA
RGB
CMYK
RGB Variations
Color information
#D1C2AA (or 0xD1C2AA) is known color: Soft Amber. HEX triplet: D1, C2 and AA. RGB value is (209,194,170). Sum of RGB (Red+Green+Blue) = 209+194+170=573 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.47% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C2AA is #2E3D55. Grayscale: #C3C3C3. Windows color (decimal): -3030358 or 11190993. OLE color: 11190993.
HSL color Cylindrical-coordinate representation of color #D1C2AA: hue angle of 36.92º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1C2AA is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 194 | 170 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.18 |
| HSL | 36.92º | 0.3% | 0.74% | - |
| HSV(B) | 36.92º | 0.19% | 0.82% | - |
| XYZ | 52.84 | 55.04 | 45.87 | - |
| YUV | 195.75 | 113.47 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 194 | 170 | 0 | 0.07 | 0.19 | 0.18 | 36.92 | 0.3 | 0.74 |
| Hex | D1 | C2 | AA | 0 | 7 | 13 | 12 | 25 | 1E | 4A |
| Octal | 321 | 302 | 252 | 0 | 7 | 23 | 22 | 45 | 36 | 112 |
| Binary | 11010001 | 11000010 | 10101010 | 0 | 111 | 10011 | 10010 | 100101 | 11110 | 1001010 |
Color Harmonies of #D1C2AA
Complementary color
Monochromatic Colors of #D1C2AA
Black with #D1C2AA
Text Example
Text Example
White with #D1C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C2AA; }
p { color: rgb(209,194,170); }
H1.HeaderClassName
{
color: #D1C2AA;
}
.AnyTagClassName
{
color: #D1C2AA;
}
</style>
background-color css
<style>
a { background-color: #D1C2AA; }
a { background-color: rgb(209,194,170); }
div.DivClassName
{
background-color: #D1C2AA;
}
.BgClassName
{
background-color: #D1C2AA;
}
</style>
border-color css
<style>
span { border-color: #D1C2AA; }
span { border-color: rgb(209,194,170); }
td.TdClassName
{
border-color: #D1C2AA;
}
.TagClassName
{
border-color: #D1C2AA;
}
</style>