Shades of Soft Amber #D5C1A4
Tints of Soft Amber #D5C1A4
RGB
CMYK
RGB Variations
Color information
#D5C1A4 (or 0xD5C1A4) is known color: Soft Amber. HEX triplet: D5, C1 and A4. RGB value is (213,193,164). Sum of RGB (Red+Green+Blue) = 213+193+164=570 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.37% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 164 (64.45% from 255 or 28.77% from 570); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C1A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C1A4 is #2A3E5B. Grayscale: #C3C3C3. Windows color (decimal): -2768476 or 10797525. OLE color: 10797525.
HSL color Cylindrical-coordinate representation of color #D5C1A4: hue angle of 35.51º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5C1A4 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 193 | 164 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.16 |
| HSL | 35.51º | 0.37% | 0.74% | - |
| HSV(B) | 35.51º | 0.23% | 0.84% | - |
| XYZ | 53.21 | 54.97 | 42.93 | - |
| YUV | 195.67 | 110.13 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 193 | 164 | 0 | 0.09 | 0.23 | 0.16 | 35.51 | 0.37 | 0.74 |
| Hex | D5 | C1 | A4 | 0 | 9 | 17 | 10 | 24 | 25 | 4A |
| Octal | 325 | 301 | 244 | 0 | 11 | 27 | 20 | 44 | 45 | 112 |
| Binary | 11010101 | 11000001 | 10100100 | 0 | 1001 | 10111 | 10000 | 100100 | 100101 | 1001010 |
Color Harmonies of #D5C1A4
Complementary color
Monochromatic Colors of #D5C1A4
Black with #D5C1A4
Text Example
Text Example
White with #D5C1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C1A4; }
p { color: rgb(213,193,164); }
H1.HeaderClassName
{
color: #D5C1A4;
}
.AnyTagClassName
{
color: #D5C1A4;
}
</style>
background-color css
<style>
a { background-color: #D5C1A4; }
a { background-color: rgb(213,193,164); }
div.DivClassName
{
background-color: #D5C1A4;
}
.BgClassName
{
background-color: #D5C1A4;
}
</style>
border-color css
<style>
span { border-color: #D5C1A4; }
span { border-color: rgb(213,193,164); }
td.TdClassName
{
border-color: #D5C1A4;
}
.TagClassName
{
border-color: #D5C1A4;
}
</style>