Shades of Parchment #D5CDA8
Tints of Parchment #D5CDA8
RGB
CMYK
RGB Variations
Color information
#D5CDA8 (or 0xD5CDA8) is known color: Parchment. HEX triplet: D5, CD and A8. RGB value is (213,205,168). Sum of RGB (Red+Green+Blue) = 213+205+168=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 168 (66.02% from 255 or 28.67% from 586); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CDA8 is #2A3257. Grayscale: #CBCBCB. Windows color (decimal): -2765400 or 11062741. OLE color: 11062741.
HSL color Cylindrical-coordinate representation of color #D5CDA8: hue angle of 49.33º degrees, saturation: 0.35, 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 #D5CDA8 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 205 | 168 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.16 |
| HSL | 49.33º | 0.35% | 0.75% | - |
| HSV(B) | 49.33º | 0.21% | 0.84% | - |
| XYZ | 56.34 | 60.64 | 45.78 | - |
| YUV | 203.17 | 108.15 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 205 | 168 | 0 | 0.04 | 0.21 | 0.16 | 49.33 | 0.35 | 0.75 |
| Hex | D5 | CD | A8 | 0 | 4 | 15 | 10 | 31 | 23 | 4B |
| Octal | 325 | 315 | 250 | 0 | 4 | 25 | 20 | 61 | 43 | 113 |
| Binary | 11010101 | 11001101 | 10101000 | 0 | 100 | 10101 | 10000 | 110001 | 100011 | 1001011 |
Color Harmonies of #D5CDA8
Complementary color
Monochromatic Colors of #D5CDA8
Black with #D5CDA8
Text Example
Text Example
White with #D5CDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CDA8; }
p { color: rgb(213,205,168); }
H1.HeaderClassName
{
color: #D5CDA8;
}
.AnyTagClassName
{
color: #D5CDA8;
}
</style>
background-color css
<style>
a { background-color: #D5CDA8; }
a { background-color: rgb(213,205,168); }
div.DivClassName
{
background-color: #D5CDA8;
}
.BgClassName
{
background-color: #D5CDA8;
}
</style>
border-color css
<style>
span { border-color: #D5CDA8; }
span { border-color: rgb(213,205,168); }
td.TdClassName
{
border-color: #D5CDA8;
}
.TagClassName
{
border-color: #D5CDA8;
}
</style>