Shades of Parchment #D1C7AC
Tints of Parchment #D1C7AC
RGB
CMYK
RGB Variations
Color information
#D1C7AC (or 0xD1C7AC) is known color: Parchment. HEX triplet: D1, C7 and AC. RGB value is (209,199,172). Sum of RGB (Red+Green+Blue) = 209+199+172=580 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.03% from 580); Green value is 199 (78.12% from 255 or 34.31% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C7AC is #2E3853. Grayscale: #C7C7C7. Windows color (decimal): -3029076 or 11323345. OLE color: 11323345.
HSL color Cylindrical-coordinate representation of color #D1C7AC: hue angle of 43.78º 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 #D1C7AC is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 199 | 172 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.18 |
| HSL | 43.78º | 0.29% | 0.75% | - |
| HSV(B) | 43.78º | 0.18% | 0.82% | - |
| XYZ | 54.16 | 57.38 | 47.25 | - |
| YUV | 198.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 199 | 172 | 0 | 0.05 | 0.18 | 0.18 | 43.78 | 0.29 | 0.75 |
| Hex | D1 | C7 | AC | 0 | 5 | 12 | 12 | 2C | 1D | 4B |
| Octal | 321 | 307 | 254 | 0 | 5 | 22 | 22 | 54 | 35 | 113 |
| Binary | 11010001 | 11000111 | 10101100 | 0 | 101 | 10010 | 10010 | 101100 | 11101 | 1001011 |
Color Harmonies of #D1C7AC
Complementary color
Monochromatic Colors of #D1C7AC
Black with #D1C7AC
Text Example
Text Example
White with #D1C7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C7AC; }
p { color: rgb(209,199,172); }
H1.HeaderClassName
{
color: #D1C7AC;
}
.AnyTagClassName
{
color: #D1C7AC;
}
</style>
background-color css
<style>
a { background-color: #D1C7AC; }
a { background-color: rgb(209,199,172); }
div.DivClassName
{
background-color: #D1C7AC;
}
.BgClassName
{
background-color: #D1C7AC;
}
</style>
border-color css
<style>
span { border-color: #D1C7AC; }
span { border-color: rgb(209,199,172); }
td.TdClassName
{
border-color: #D1C7AC;
}
.TagClassName
{
border-color: #D1C7AC;
}
</style>