Shades of Parchment #D2CAAB
Tints of Parchment #D2CAAB
RGB
CMYK
RGB Variations
Color information
#D2CAAB (or 0xD2CAAB) is known color: Parchment. HEX triplet: D2, CA and AB. RGB value is (210,202,171). Sum of RGB (Red+Green+Blue) = 210+202+171=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 171 (67.19% from 255 or 29.33% from 583); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CAAB is #2D3554. Grayscale: #C8C8C8. Windows color (decimal): -2962773 or 11258578. OLE color: 11258578.
HSL color Cylindrical-coordinate representation of color #D2CAAB: hue angle of 47.69º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2CAAB is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 202 | 171 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.18 |
| HSL | 47.69º | 0.3% | 0.75% | - |
| HSV(B) | 47.69º | 0.19% | 0.82% | - |
| XYZ | 55.05 | 58.88 | 46.99 | - |
| YUV | 200.86 | 111.15 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 202 | 171 | 0 | 0.04 | 0.19 | 0.18 | 47.69 | 0.3 | 0.75 |
| Hex | D2 | CA | AB | 0 | 4 | 13 | 12 | 30 | 1E | 4B |
| Octal | 322 | 312 | 253 | 0 | 4 | 23 | 22 | 60 | 36 | 113 |
| Binary | 11010010 | 11001010 | 10101011 | 0 | 100 | 10011 | 10010 | 110000 | 11110 | 1001011 |
Color Harmonies of #D2CAAB
Complementary color
Monochromatic Colors of #D2CAAB
Black with #D2CAAB
Text Example
Text Example
White with #D2CAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CAAB; }
p { color: rgb(210,202,171); }
H1.HeaderClassName
{
color: #D2CAAB;
}
.AnyTagClassName
{
color: #D2CAAB;
}
</style>
background-color css
<style>
a { background-color: #D2CAAB; }
a { background-color: rgb(210,202,171); }
div.DivClassName
{
background-color: #D2CAAB;
}
.BgClassName
{
background-color: #D2CAAB;
}
</style>
border-color css
<style>
span { border-color: #D2CAAB; }
span { border-color: rgb(210,202,171); }
td.TdClassName
{
border-color: #D2CAAB;
}
.TagClassName
{
border-color: #D2CAAB;
}
</style>