Shades of Parchment #D1C8AA
Tints of Parchment #D1C8AA
RGB
CMYK
RGB Variations
Color information
#D1C8AA (or 0xD1C8AA) is known color: Parchment. HEX triplet: D1, C8 and AA. RGB value is (209,200,170). Sum of RGB (Red+Green+Blue) = 209+200+170=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 170 (66.80% from 255 or 29.36% from 579); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C8AA is #2E3755. Grayscale: #C7C7C7. Windows color (decimal): -3028822 or 11192529. OLE color: 11192529.
HSL color Cylindrical-coordinate representation of color #D1C8AA: hue angle of 46.15º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1C8AA is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 200 | 170 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.18 |
| HSL | 46.15º | 0.3% | 0.74% | - |
| HSV(B) | 46.15º | 0.19% | 0.82% | - |
| XYZ | 54.2 | 57.77 | 46.32 | - |
| YUV | 199.27 | 111.48 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 200 | 170 | 0 | 0.04 | 0.19 | 0.18 | 46.15 | 0.3 | 0.74 |
| Hex | D1 | C8 | AA | 0 | 4 | 13 | 12 | 2E | 1E | 4A |
| Octal | 321 | 310 | 252 | 0 | 4 | 23 | 22 | 56 | 36 | 112 |
| Binary | 11010001 | 11001000 | 10101010 | 0 | 100 | 10011 | 10010 | 101110 | 11110 | 1001010 |
Color Harmonies of #D1C8AA
Complementary color
Monochromatic Colors of #D1C8AA
Black with #D1C8AA
Text Example
Text Example
White with #D1C8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C8AA; }
p { color: rgb(209,200,170); }
H1.HeaderClassName
{
color: #D1C8AA;
}
.AnyTagClassName
{
color: #D1C8AA;
}
</style>
background-color css
<style>
a { background-color: #D1C8AA; }
a { background-color: rgb(209,200,170); }
div.DivClassName
{
background-color: #D1C8AA;
}
.BgClassName
{
background-color: #D1C8AA;
}
</style>
border-color css
<style>
span { border-color: #D1C8AA; }
span { border-color: rgb(209,200,170); }
td.TdClassName
{
border-color: #D1C8AA;
}
.TagClassName
{
border-color: #D1C8AA;
}
</style>