Shades of Soft Amber #D2C0A8
Tints of Soft Amber #D2C0A8
RGB
CMYK
RGB Variations
Color information
#D2C0A8 (or 0xD2C0A8) is known color: Soft Amber. HEX triplet: D2, C0 and A8. RGB value is (210,192,168). Sum of RGB (Red+Green+Blue) = 210+192+168=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 168 (66.02% from 255 or 29.47% from 570); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C0A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C0A8 is #2D3F57. Grayscale: #C2C2C2. Windows color (decimal): -2965336 or 11059410. OLE color: 11059410.
HSL color Cylindrical-coordinate representation of color #D2C0A8: hue angle of 34.29º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2C0A8 is Cyan = 0, Magento = 0.09, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 192 | 168 | - |
| CMYK | 0 | 0.09 | 0.2 | 0.18 |
| HSL | 34.29º | 0.32% | 0.74% | - |
| HSV(B) | 34.29º | 0.2% | 0.82% | - |
| XYZ | 52.5 | 54.23 | 44.75 | - |
| YUV | 194.65 | 112.96 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 192 | 168 | 0 | 0.09 | 0.2 | 0.18 | 34.29 | 0.32 | 0.74 |
| Hex | D2 | C0 | A8 | 0 | 9 | 14 | 12 | 22 | 20 | 4A |
| Octal | 322 | 300 | 250 | 0 | 11 | 24 | 22 | 42 | 40 | 112 |
| Binary | 11010010 | 11000000 | 10101000 | 0 | 1001 | 10100 | 10010 | 100010 | 100000 | 1001010 |
Color Harmonies of #D2C0A8
Complementary color
Monochromatic Colors of #D2C0A8
Black with #D2C0A8
Text Example
Text Example
White with #D2C0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C0A8; }
p { color: rgb(210,192,168); }
H1.HeaderClassName
{
color: #D2C0A8;
}
.AnyTagClassName
{
color: #D2C0A8;
}
</style>
background-color css
<style>
a { background-color: #D2C0A8; }
a { background-color: rgb(210,192,168); }
div.DivClassName
{
background-color: #D2C0A8;
}
.BgClassName
{
background-color: #D2C0A8;
}
</style>
border-color css
<style>
span { border-color: #D2C0A8; }
span { border-color: rgb(210,192,168); }
td.TdClassName
{
border-color: #D2C0A8;
}
.TagClassName
{
border-color: #D2C0A8;
}
</style>