Shades of Parchment #D1C5AB
Tints of Parchment #D1C5AB
RGB
CMYK
RGB Variations
Color information
#D1C5AB (or 0xD1C5AB) is known color: Parchment. HEX triplet: D1, C5 and AB. RGB value is (209,197,171). Sum of RGB (Red+Green+Blue) = 209+197+171=577 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.22% from 577); Green value is 197 (77.34% from 255 or 34.14% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C5AB is #2E3A54. Grayscale: #C5C5C5. Windows color (decimal): -3029589 or 11257297. OLE color: 11257297.
HSL color Cylindrical-coordinate representation of color #D1C5AB: hue angle of 41.05º 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 #D1C5AB is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 197 | 171 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.18 |
| HSL | 41.05º | 0.29% | 0.75% | - |
| HSV(B) | 41.05º | 0.18% | 0.82% | - |
| XYZ | 53.61 | 56.43 | 46.59 | - |
| YUV | 197.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 197 | 171 | 0 | 0.06 | 0.18 | 0.18 | 41.05 | 0.29 | 0.75 |
| Hex | D1 | C5 | AB | 0 | 6 | 12 | 12 | 29 | 1D | 4B |
| Octal | 321 | 305 | 253 | 0 | 6 | 22 | 22 | 51 | 35 | 113 |
| Binary | 11010001 | 11000101 | 10101011 | 0 | 110 | 10010 | 10010 | 101001 | 11101 | 1001011 |
Color Harmonies of #D1C5AB
Complementary color
Monochromatic Colors of #D1C5AB
Black with #D1C5AB
Text Example
Text Example
White with #D1C5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C5AB; }
p { color: rgb(209,197,171); }
H1.HeaderClassName
{
color: #D1C5AB;
}
.AnyTagClassName
{
color: #D1C5AB;
}
</style>
background-color css
<style>
a { background-color: #D1C5AB; }
a { background-color: rgb(209,197,171); }
div.DivClassName
{
background-color: #D1C5AB;
}
.BgClassName
{
background-color: #D1C5AB;
}
</style>
border-color css
<style>
span { border-color: #D1C5AB; }
span { border-color: rgb(209,197,171); }
td.TdClassName
{
border-color: #D1C5AB;
}
.TagClassName
{
border-color: #D1C5AB;
}
</style>