Shades of Soft Amber #D0C2AC
Tints of Soft Amber #D0C2AC
RGB
CMYK
RGB Variations
Color information
#D0C2AC (or 0xD0C2AC) is known color: Soft Amber. HEX triplet: D0, C2 and AC. RGB value is (208,194,172). Sum of RGB (Red+Green+Blue) = 208+194+172=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 172 (67.58% from 255 or 29.97% from 574); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C2AC is #2F3D53. Grayscale: #C3C3C3. Windows color (decimal): -3095892 or 11322064. OLE color: 11322064.
HSL color Cylindrical-coordinate representation of color #D0C2AC: hue angle of 36.67º 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 #D0C2AC is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 194 | 172 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.18 |
| HSL | 36.67º | 0.28% | 0.75% | - |
| HSV(B) | 36.67º | 0.17% | 0.82% | - |
| XYZ | 52.75 | 54.97 | 46.86 | - |
| YUV | 195.68 | 114.64 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 194 | 172 | 0 | 0.07 | 0.17 | 0.18 | 36.67 | 0.28 | 0.75 |
| Hex | D0 | C2 | AC | 0 | 7 | 11 | 12 | 25 | 1C | 4B |
| Octal | 320 | 302 | 254 | 0 | 7 | 21 | 22 | 45 | 34 | 113 |
| Binary | 11010000 | 11000010 | 10101100 | 0 | 111 | 10001 | 10010 | 100101 | 11100 | 1001011 |
Color Harmonies of #D0C2AC
Complementary color
Monochromatic Colors of #D0C2AC
Black with #D0C2AC
Text Example
Text Example
White with #D0C2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C2AC; }
p { color: rgb(208,194,172); }
H1.HeaderClassName
{
color: #D0C2AC;
}
.AnyTagClassName
{
color: #D0C2AC;
}
</style>
background-color css
<style>
a { background-color: #D0C2AC; }
a { background-color: rgb(208,194,172); }
div.DivClassName
{
background-color: #D0C2AC;
}
.BgClassName
{
background-color: #D0C2AC;
}
</style>
border-color css
<style>
span { border-color: #D0C2AC; }
span { border-color: rgb(208,194,172); }
td.TdClassName
{
border-color: #D0C2AC;
}
.TagClassName
{
border-color: #D0C2AC;
}
</style>