Shades of Soft Amber #D4C2A7
Tints of Soft Amber #D4C2A7
RGB
CMYK
RGB Variations
Color information
#D4C2A7 (or 0xD4C2A7) is known color: Soft Amber. HEX triplet: D4, C2 and A7. RGB value is (212,194,167). Sum of RGB (Red+Green+Blue) = 212+194+167=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 167 (65.62% from 255 or 29.14% from 573); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C2A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C2A7 is #2B3D58. Grayscale: #C4C4C4. Windows color (decimal): -2833753 or 10994388. OLE color: 10994388.
HSL color Cylindrical-coordinate representation of color #D4C2A7: hue angle of 36º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4C2A7 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 194 | 167 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.17 |
| HSL | 36º | 0.34% | 0.74% | - |
| HSV(B) | 36º | 0.21% | 0.83% | - |
| XYZ | 53.42 | 55.37 | 44.43 | - |
| YUV | 196.3 | 111.46 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 194 | 167 | 0 | 0.08 | 0.21 | 0.17 | 36 | 0.34 | 0.74 |
| Hex | D4 | C2 | A7 | 0 | 8 | 15 | 11 | 24 | 22 | 4A |
| Octal | 324 | 302 | 247 | 0 | 10 | 25 | 21 | 44 | 42 | 112 |
| Binary | 11010100 | 11000010 | 10100111 | 0 | 1000 | 10101 | 10001 | 100100 | 100010 | 1001010 |
Color Harmonies of #D4C2A7
Complementary color
Monochromatic Colors of #D4C2A7
Black with #D4C2A7
Text Example
Text Example
White with #D4C2A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C2A7; }
p { color: rgb(212,194,167); }
H1.HeaderClassName
{
color: #D4C2A7;
}
.AnyTagClassName
{
color: #D4C2A7;
}
</style>
background-color css
<style>
a { background-color: #D4C2A7; }
a { background-color: rgb(212,194,167); }
div.DivClassName
{
background-color: #D4C2A7;
}
.BgClassName
{
background-color: #D4C2A7;
}
</style>
border-color css
<style>
span { border-color: #D4C2A7; }
span { border-color: rgb(212,194,167); }
td.TdClassName
{
border-color: #D4C2A7;
}
.TagClassName
{
border-color: #D4C2A7;
}
</style>