Shades of Parchment #D1C7AB
Tints of Parchment #D1C7AB
RGB
CMYK
RGB Variations
Color information
#D1C7AB (or 0xD1C7AB) is known color: Parchment. HEX triplet: D1, C7 and AB. RGB value is (209,199,171). Sum of RGB (Red+Green+Blue) = 209+199+171=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 199 (78.12% from 255 or 34.37% from 579); Blue value is 171 (67.19% from 255 or 29.53% from 579); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C7AB is #2E3854. Grayscale: #C6C6C6. Windows color (decimal): -3029077 or 11257809. OLE color: 11257809.
HSL color Cylindrical-coordinate representation of color #D1C7AB: hue angle of 44.21º 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 #D1C7AB is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 199 | 171 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.18 |
| HSL | 44.21º | 0.29% | 0.75% | - |
| HSV(B) | 44.21º | 0.18% | 0.82% | - |
| XYZ | 54.07 | 57.34 | 46.75 | - |
| YUV | 198.8 | 112.31 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 199 | 171 | 0 | 0.05 | 0.18 | 0.18 | 44.21 | 0.29 | 0.75 |
| Hex | D1 | C7 | AB | 0 | 5 | 12 | 12 | 2C | 1D | 4B |
| Octal | 321 | 307 | 253 | 0 | 5 | 22 | 22 | 54 | 35 | 113 |
| Binary | 11010001 | 11000111 | 10101011 | 0 | 101 | 10010 | 10010 | 101100 | 11101 | 1001011 |
Color Harmonies of #D1C7AB
Complementary color
Monochromatic Colors of #D1C7AB
Black with #D1C7AB
Text Example
Text Example
White with #D1C7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C7AB; }
p { color: rgb(209,199,171); }
H1.HeaderClassName
{
color: #D1C7AB;
}
.AnyTagClassName
{
color: #D1C7AB;
}
</style>
background-color css
<style>
a { background-color: #D1C7AB; }
a { background-color: rgb(209,199,171); }
div.DivClassName
{
background-color: #D1C7AB;
}
.BgClassName
{
background-color: #D1C7AB;
}
</style>
border-color css
<style>
span { border-color: #D1C7AB; }
span { border-color: rgb(209,199,171); }
td.TdClassName
{
border-color: #D1C7AB;
}
.TagClassName
{
border-color: #D1C7AB;
}
</style>