Shades of Soft Amber #D7C0A2
Tints of Soft Amber #D7C0A2
RGB
CMYK
RGB Variations
Color information
#D7C0A2 (or 0xD7C0A2) is known color: Soft Amber. HEX triplet: D7, C0 and A2. RGB value is (215,192,162). Sum of RGB (Red+Green+Blue) = 215+192+162=569 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.79% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 162 (63.67% from 255 or 28.47% from 569); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C0A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C0A2 is #283F5D. Grayscale: #C3C3C3. Windows color (decimal): -2637662 or 10666199. OLE color: 10666199.
HSL color Cylindrical-coordinate representation of color #D7C0A2: hue angle of 33.96º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D7C0A2 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 192 | 162 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.16 |
| HSL | 33.96º | 0.4% | 0.74% | - |
| HSV(B) | 33.96º | 0.25% | 0.84% | - |
| XYZ | 53.4 | 54.75 | 41.94 | - |
| YUV | 195.46 | 109.12 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 192 | 162 | 0 | 0.11 | 0.25 | 0.16 | 33.96 | 0.4 | 0.74 |
| Hex | D7 | C0 | A2 | 0 | B | 19 | 10 | 22 | 28 | 4A |
| Octal | 327 | 300 | 242 | 0 | 13 | 31 | 20 | 42 | 50 | 112 |
| Binary | 11010111 | 11000000 | 10100010 | 0 | 1011 | 11001 | 10000 | 100010 | 101000 | 1001010 |
Color Harmonies of #D7C0A2
Complementary color
Monochromatic Colors of #D7C0A2
Black with #D7C0A2
Text Example
Text Example
White with #D7C0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C0A2; }
p { color: rgb(215,192,162); }
H1.HeaderClassName
{
color: #D7C0A2;
}
.AnyTagClassName
{
color: #D7C0A2;
}
</style>
background-color css
<style>
a { background-color: #D7C0A2; }
a { background-color: rgb(215,192,162); }
div.DivClassName
{
background-color: #D7C0A2;
}
.BgClassName
{
background-color: #D7C0A2;
}
</style>
border-color css
<style>
span { border-color: #D7C0A2; }
span { border-color: rgb(215,192,162); }
td.TdClassName
{
border-color: #D7C0A2;
}
.TagClassName
{
border-color: #D7C0A2;
}
</style>