Shades of Soft Amber #D2C2AC
Tints of Soft Amber #D2C2AC
RGB
CMYK
RGB Variations
Color information
#D2C2AC (or 0xD2C2AC) is known color: Soft Amber. HEX triplet: D2, C2 and AC. RGB value is (210,194,172). Sum of RGB (Red+Green+Blue) = 210+194+172=576 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.46% from 576); Green value is 194 (76.17% from 255 or 33.68% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C2AC is #2D3D53. Grayscale: #C4C4C4. Windows color (decimal): -2964820 or 11322066. OLE color: 11322066.
HSL color Cylindrical-coordinate representation of color #D2C2AC: hue angle of 34.74º degrees, saturation: 0.3, 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 #D2C2AC is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 194 | 172 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.18 |
| HSL | 34.74º | 0.3% | 0.75% | - |
| HSV(B) | 34.74º | 0.18% | 0.82% | - |
| XYZ | 53.32 | 55.26 | 46.89 | - |
| YUV | 196.28 | 114.3 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 194 | 172 | 0 | 0.08 | 0.18 | 0.18 | 34.74 | 0.3 | 0.75 |
| Hex | D2 | C2 | AC | 0 | 8 | 12 | 12 | 23 | 1E | 4B |
| Octal | 322 | 302 | 254 | 0 | 10 | 22 | 22 | 43 | 36 | 113 |
| Binary | 11010010 | 11000010 | 10101100 | 0 | 1000 | 10010 | 10010 | 100011 | 11110 | 1001011 |
Color Harmonies of #D2C2AC
Complementary color
Monochromatic Colors of #D2C2AC
Black with #D2C2AC
Text Example
Text Example
White with #D2C2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C2AC; }
p { color: rgb(210,194,172); }
H1.HeaderClassName
{
color: #D2C2AC;
}
.AnyTagClassName
{
color: #D2C2AC;
}
</style>
background-color css
<style>
a { background-color: #D2C2AC; }
a { background-color: rgb(210,194,172); }
div.DivClassName
{
background-color: #D2C2AC;
}
.BgClassName
{
background-color: #D2C2AC;
}
</style>
border-color css
<style>
span { border-color: #D2C2AC; }
span { border-color: rgb(210,194,172); }
td.TdClassName
{
border-color: #D2C2AC;
}
.TagClassName
{
border-color: #D2C2AC;
}
</style>