Shades of Parchment #D1C9AA
Tints of Parchment #D1C9AA
RGB
CMYK
RGB Variations
Color information
#D1C9AA (or 0xD1C9AA) is known color: Parchment. HEX triplet: D1, C9 and AA. RGB value is (209,201,170). Sum of RGB (Red+Green+Blue) = 209+201+170=580 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.03% from 580); Green value is 201 (78.91% from 255 or 34.66% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C9AA is #2E3655. Grayscale: #C7C7C7. Windows color (decimal): -3028566 or 11192785. OLE color: 11192785.
HSL color Cylindrical-coordinate representation of color #D1C9AA: hue angle of 47.69º 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 #D1C9AA is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 201 | 170 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.18 |
| HSL | 47.69º | 0.3% | 0.74% | - |
| HSV(B) | 47.69º | 0.19% | 0.82% | - |
| XYZ | 54.44 | 58.23 | 46.4 | - |
| YUV | 199.86 | 111.15 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 201 | 170 | 0 | 0.04 | 0.19 | 0.18 | 47.69 | 0.3 | 0.74 |
| Hex | D1 | C9 | AA | 0 | 4 | 13 | 12 | 30 | 1E | 4A |
| Octal | 321 | 311 | 252 | 0 | 4 | 23 | 22 | 60 | 36 | 112 |
| Binary | 11010001 | 11001001 | 10101010 | 0 | 100 | 10011 | 10010 | 110000 | 11110 | 1001010 |
Color Harmonies of #D1C9AA
Complementary color
Monochromatic Colors of #D1C9AA
Black with #D1C9AA
Text Example
Text Example
White with #D1C9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C9AA; }
p { color: rgb(209,201,170); }
H1.HeaderClassName
{
color: #D1C9AA;
}
.AnyTagClassName
{
color: #D1C9AA;
}
</style>
background-color css
<style>
a { background-color: #D1C9AA; }
a { background-color: rgb(209,201,170); }
div.DivClassName
{
background-color: #D1C9AA;
}
.BgClassName
{
background-color: #D1C9AA;
}
</style>
border-color css
<style>
span { border-color: #D1C9AA; }
span { border-color: rgb(209,201,170); }
td.TdClassName
{
border-color: #D1C9AA;
}
.TagClassName
{
border-color: #D1C9AA;
}
</style>