Shades of Parchment #D2C8AB
Tints of Parchment #D2C8AB
RGB
CMYK
RGB Variations
Color information
#D2C8AB (or 0xD2C8AB) is known color: Parchment. HEX triplet: D2, C8 and AB. RGB value is (210,200,171). Sum of RGB (Red+Green+Blue) = 210+200+171=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 200 (78.52% from 255 or 34.42% from 581); Blue value is 171 (67.19% from 255 or 29.43% from 581); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C8AB is #2D3754. Grayscale: #C7C7C7. Windows color (decimal): -2963285 or 11258066. OLE color: 11258066.
HSL color Cylindrical-coordinate representation of color #D2C8AB: hue angle of 44.62º 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 #D2C8AB is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 200 | 171 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.18 |
| HSL | 44.62º | 0.3% | 0.75% | - |
| HSV(B) | 44.62º | 0.19% | 0.82% | - |
| XYZ | 54.58 | 57.95 | 46.84 | - |
| YUV | 199.68 | 111.81 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 200 | 171 | 0 | 0.05 | 0.19 | 0.18 | 44.62 | 0.3 | 0.75 |
| Hex | D2 | C8 | AB | 0 | 5 | 13 | 12 | 2D | 1E | 4B |
| Octal | 322 | 310 | 253 | 0 | 5 | 23 | 22 | 55 | 36 | 113 |
| Binary | 11010010 | 11001000 | 10101011 | 0 | 101 | 10011 | 10010 | 101101 | 11110 | 1001011 |
Color Harmonies of #D2C8AB
Complementary color
Monochromatic Colors of #D2C8AB
Black with #D2C8AB
Text Example
Text Example
White with #D2C8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C8AB; }
p { color: rgb(210,200,171); }
H1.HeaderClassName
{
color: #D2C8AB;
}
.AnyTagClassName
{
color: #D2C8AB;
}
</style>
background-color css
<style>
a { background-color: #D2C8AB; }
a { background-color: rgb(210,200,171); }
div.DivClassName
{
background-color: #D2C8AB;
}
.BgClassName
{
background-color: #D2C8AB;
}
</style>
border-color css
<style>
span { border-color: #D2C8AB; }
span { border-color: rgb(210,200,171); }
td.TdClassName
{
border-color: #D2C8AB;
}
.TagClassName
{
border-color: #D2C8AB;
}
</style>