Shades of Parchment #D5CAA8
Tints of Parchment #D5CAA8
RGB
CMYK
RGB Variations
Color information
#D5CAA8 (or 0xD5CAA8) is known color: Parchment. HEX triplet: D5, CA and A8. RGB value is (213,202,168). Sum of RGB (Red+Green+Blue) = 213+202+168=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 168 (66.02% from 255 or 28.82% from 583); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CAA8 is #2A3557. Grayscale: #C9C9C9. Windows color (decimal): -2766168 or 11061973. OLE color: 11061973.
HSL color Cylindrical-coordinate representation of color #D5CAA8: hue angle of 45.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 #D5CAA8 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 202 | 168 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.16 |
| HSL | 45.33º | 0.35% | 0.75% | - |
| HSV(B) | 45.33º | 0.21% | 0.84% | - |
| XYZ | 55.63 | 59.21 | 45.54 | - |
| YUV | 201.41 | 109.14 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 168 | 0 | 0.05 | 0.21 | 0.16 | 45.33 | 0.35 | 0.75 |
| Hex | D5 | CA | A8 | 0 | 5 | 15 | 10 | 2D | 23 | 4B |
| Octal | 325 | 312 | 250 | 0 | 5 | 25 | 20 | 55 | 43 | 113 |
| Binary | 11010101 | 11001010 | 10101000 | 0 | 101 | 10101 | 10000 | 101101 | 100011 | 1001011 |
Color Harmonies of #D5CAA8
Complementary color
Monochromatic Colors of #D5CAA8
Black with #D5CAA8
Text Example
Text Example
White with #D5CAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CAA8; }
p { color: rgb(213,202,168); }
H1.HeaderClassName
{
color: #D5CAA8;
}
.AnyTagClassName
{
color: #D5CAA8;
}
</style>
background-color css
<style>
a { background-color: #D5CAA8; }
a { background-color: rgb(213,202,168); }
div.DivClassName
{
background-color: #D5CAA8;
}
.BgClassName
{
background-color: #D5CAA8;
}
</style>
border-color css
<style>
span { border-color: #D5CAA8; }
span { border-color: rgb(213,202,168); }
td.TdClassName
{
border-color: #D5CAA8;
}
.TagClassName
{
border-color: #D5CAA8;
}
</style>