Shades of Parchment #D5CBA9
Tints of Parchment #D5CBA9
RGB
CMYK
RGB Variations
Color information
#D5CBA9 (or 0xD5CBA9) is known color: Parchment. HEX triplet: D5, CB and A9. RGB value is (213,203,169). Sum of RGB (Red+Green+Blue) = 213+203+169=585 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.41% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 169 (66.41% from 255 or 28.89% from 585); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CBA9 is #2A3456. Grayscale: #CACACA. Windows color (decimal): -2765911 or 11127765. OLE color: 11127765.
HSL color Cylindrical-coordinate representation of color #D5CBA9: hue angle of 46.36º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5CBA9 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 169 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.16 |
| HSL | 46.36º | 0.34% | 0.75% | - |
| HSV(B) | 46.36º | 0.21% | 0.84% | - |
| XYZ | 55.96 | 59.72 | 46.11 | - |
| YUV | 202.11 | 109.31 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 169 | 0 | 0.05 | 0.21 | 0.16 | 46.36 | 0.34 | 0.75 |
| Hex | D5 | CB | A9 | 0 | 5 | 15 | 10 | 2E | 22 | 4B |
| Octal | 325 | 313 | 251 | 0 | 5 | 25 | 20 | 56 | 42 | 113 |
| Binary | 11010101 | 11001011 | 10101001 | 0 | 101 | 10101 | 10000 | 101110 | 100010 | 1001011 |
Color Harmonies of #D5CBA9
Complementary color
Monochromatic Colors of #D5CBA9
Black with #D5CBA9
Text Example
Text Example
White with #D5CBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CBA9; }
p { color: rgb(213,203,169); }
H1.HeaderClassName
{
color: #D5CBA9;
}
.AnyTagClassName
{
color: #D5CBA9;
}
</style>
background-color css
<style>
a { background-color: #D5CBA9; }
a { background-color: rgb(213,203,169); }
div.DivClassName
{
background-color: #D5CBA9;
}
.BgClassName
{
background-color: #D5CBA9;
}
</style>
border-color css
<style>
span { border-color: #D5CBA9; }
span { border-color: rgb(213,203,169); }
td.TdClassName
{
border-color: #D5CBA9;
}
.TagClassName
{
border-color: #D5CBA9;
}
</style>