Shades of Parchment #D2C8AF
Tints of Parchment #D2C8AF
RGB
CMYK
RGB Variations
Color information
#D2C8AF (or 0xD2C8AF) is known color: Parchment. HEX triplet: D2, C8 and AF. RGB value is (210,200,175). Sum of RGB (Red+Green+Blue) = 210+200+175=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 200 (78.52% from 255 or 34.19% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C8AF is #2D3750. Grayscale: #C8C8C8. Windows color (decimal): -2963281 or 11520210. OLE color: 11520210.
HSL color Cylindrical-coordinate representation of color #D2C8AF: hue angle of 42.86º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2C8AF is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 200 | 175 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.18 |
| HSL | 42.86º | 0.28% | 0.75% | - |
| HSV(B) | 42.86º | 0.17% | 0.82% | - |
| XYZ | 54.97 | 58.11 | 48.88 | - |
| YUV | 200.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 200 | 175 | 0 | 0.05 | 0.17 | 0.18 | 42.86 | 0.28 | 0.75 |
| Hex | D2 | C8 | AF | 0 | 5 | 11 | 12 | 2B | 1C | 4B |
| Octal | 322 | 310 | 257 | 0 | 5 | 21 | 22 | 53 | 34 | 113 |
| Binary | 11010010 | 11001000 | 10101111 | 0 | 101 | 10001 | 10010 | 101011 | 11100 | 1001011 |
Color Harmonies of #D2C8AF
Complementary color
Monochromatic Colors of #D2C8AF
Black with #D2C8AF
Text Example
Text Example
White with #D2C8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C8AF; }
p { color: rgb(210,200,175); }
H1.HeaderClassName
{
color: #D2C8AF;
}
.AnyTagClassName
{
color: #D2C8AF;
}
</style>
background-color css
<style>
a { background-color: #D2C8AF; }
a { background-color: rgb(210,200,175); }
div.DivClassName
{
background-color: #D2C8AF;
}
.BgClassName
{
background-color: #D2C8AF;
}
</style>
border-color css
<style>
span { border-color: #D2C8AF; }
span { border-color: rgb(210,200,175); }
td.TdClassName
{
border-color: #D2C8AF;
}
.TagClassName
{
border-color: #D2C8AF;
}
</style>