Shades of Parchment #D1C5AC
Tints of Parchment #D1C5AC
RGB
CMYK
RGB Variations
Color information
#D1C5AC (or 0xD1C5AC) is known color: Parchment. HEX triplet: D1, C5 and AC. RGB value is (209,197,172). Sum of RGB (Red+Green+Blue) = 209+197+172=578 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.16% from 578); Green value is 197 (77.34% from 255 or 34.08% from 578); Blue value is 172 (67.58% from 255 or 29.76% from 578); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C5AC is #2E3A53. Grayscale: #C5C5C5. Windows color (decimal): -3029588 or 11322833. OLE color: 11322833.
HSL color Cylindrical-coordinate representation of color #D1C5AC: hue angle of 40.54º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1C5AC is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 197 | 172 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.18 |
| HSL | 40.54º | 0.29% | 0.75% | - |
| HSV(B) | 40.54º | 0.18% | 0.82% | - |
| XYZ | 53.71 | 56.47 | 47.1 | - |
| YUV | 197.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 197 | 172 | 0 | 0.06 | 0.18 | 0.18 | 40.54 | 0.29 | 0.75 |
| Hex | D1 | C5 | AC | 0 | 6 | 12 | 12 | 29 | 1D | 4B |
| Octal | 321 | 305 | 254 | 0 | 6 | 22 | 22 | 51 | 35 | 113 |
| Binary | 11010001 | 11000101 | 10101100 | 0 | 110 | 10010 | 10010 | 101001 | 11101 | 1001011 |
Color Harmonies of #D1C5AC
Complementary color
Monochromatic Colors of #D1C5AC
Black with #D1C5AC
Text Example
Text Example
White with #D1C5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C5AC; }
p { color: rgb(209,197,172); }
H1.HeaderClassName
{
color: #D1C5AC;
}
.AnyTagClassName
{
color: #D1C5AC;
}
</style>
background-color css
<style>
a { background-color: #D1C5AC; }
a { background-color: rgb(209,197,172); }
div.DivClassName
{
background-color: #D1C5AC;
}
.BgClassName
{
background-color: #D1C5AC;
}
</style>
border-color css
<style>
span { border-color: #D1C5AC; }
span { border-color: rgb(209,197,172); }
td.TdClassName
{
border-color: #D1C5AC;
}
.TagClassName
{
border-color: #D1C5AC;
}
</style>