Shades of Soft Amber #D7C2A5
Tints of Soft Amber #D7C2A5
RGB
CMYK
RGB Variations
Color information
#D7C2A5 (or 0xD7C2A5) is known color: Soft Amber. HEX triplet: D7, C2 and A5. RGB value is (215,194,165). Sum of RGB (Red+Green+Blue) = 215+194+165=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 165 (64.84% from 255 or 28.75% from 574); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C2A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C2A5 is #283D5A. Grayscale: #C5C5C5. Windows color (decimal): -2637147 or 10863319. OLE color: 10863319.
HSL color Cylindrical-coordinate representation of color #D7C2A5: hue angle of 34.8º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D7C2A5 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 194 | 165 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.16 |
| HSL | 34.8º | 0.38% | 0.75% | - |
| HSV(B) | 34.8º | 0.23% | 0.84% | - |
| XYZ | 54.11 | 55.75 | 43.51 | - |
| YUV | 196.97 | 109.96 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 194 | 165 | 0 | 0.10 | 0.23 | 0.16 | 34.8 | 0.38 | 0.75 |
| Hex | D7 | C2 | A5 | 0 | A | 17 | 10 | 23 | 26 | 4B |
| Octal | 327 | 302 | 245 | 0 | 12 | 27 | 20 | 43 | 46 | 113 |
| Binary | 11010111 | 11000010 | 10100101 | 0 | 1010 | 10111 | 10000 | 100011 | 100110 | 1001011 |
Color Harmonies of #D7C2A5
Complementary color
Monochromatic Colors of #D7C2A5
Black with #D7C2A5
Text Example
Text Example
White with #D7C2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C2A5; }
p { color: rgb(215,194,165); }
H1.HeaderClassName
{
color: #D7C2A5;
}
.AnyTagClassName
{
color: #D7C2A5;
}
</style>
background-color css
<style>
a { background-color: #D7C2A5; }
a { background-color: rgb(215,194,165); }
div.DivClassName
{
background-color: #D7C2A5;
}
.BgClassName
{
background-color: #D7C2A5;
}
</style>
border-color css
<style>
span { border-color: #D7C2A5; }
span { border-color: rgb(215,194,165); }
td.TdClassName
{
border-color: #D7C2A5;
}
.TagClassName
{
border-color: #D7C2A5;
}
</style>