Shades of Parchment #D1CBA9
Tints of Parchment #D1CBA9
RGB
CMYK
RGB Variations
Color information
#D1CBA9 (or 0xD1CBA9) is known color: Parchment. HEX triplet: D1, CB and A9. RGB value is (209,203,169). Sum of RGB (Red+Green+Blue) = 209+203+169=581 (76% of max value = 765). Red value is 209 (82.03% from 255 or 35.97% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 169 (66.41% from 255 or 29.09% from 581); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CBA9 is #2E3456. Grayscale: #C9C9C9. Windows color (decimal): -3028055 or 11127761. OLE color: 11127761.
HSL color Cylindrical-coordinate representation of color #D1CBA9: hue angle of 51º 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 #D1CBA9 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 203 | 169 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.18 |
| HSL | 51º | 0.3% | 0.74% | - |
| HSV(B) | 51º | 0.19% | 0.82% | - |
| XYZ | 54.81 | 59.13 | 46.06 | - |
| YUV | 200.92 | 109.99 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 203 | 169 | 0 | 0.03 | 0.19 | 0.18 | 51 | 0.3 | 0.74 |
| Hex | D1 | CB | A9 | 0 | 3 | 13 | 12 | 33 | 1E | 4A |
| Octal | 321 | 313 | 251 | 0 | 3 | 23 | 22 | 63 | 36 | 112 |
| Binary | 11010001 | 11001011 | 10101001 | 0 | 11 | 10011 | 10010 | 110011 | 11110 | 1001010 |
Color Harmonies of #D1CBA9
Complementary color
Monochromatic Colors of #D1CBA9
Black with #D1CBA9
Text Example
Text Example
White with #D1CBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CBA9; }
p { color: rgb(209,203,169); }
H1.HeaderClassName
{
color: #D1CBA9;
}
.AnyTagClassName
{
color: #D1CBA9;
}
</style>
background-color css
<style>
a { background-color: #D1CBA9; }
a { background-color: rgb(209,203,169); }
div.DivClassName
{
background-color: #D1CBA9;
}
.BgClassName
{
background-color: #D1CBA9;
}
</style>
border-color css
<style>
span { border-color: #D1CBA9; }
span { border-color: rgb(209,203,169); }
td.TdClassName
{
border-color: #D1CBA9;
}
.TagClassName
{
border-color: #D1CBA9;
}
</style>