Shades of Parchment #D2C7A9
Tints of Parchment #D2C7A9
RGB
CMYK
RGB Variations
Color information
#D2C7A9 (or 0xD2C7A9) is known color: Parchment. HEX triplet: D2, C7 and A9. RGB value is (210,199,169). Sum of RGB (Red+Green+Blue) = 210+199+169=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 199 (78.12% from 255 or 34.43% from 578); Blue value is 169 (66.41% from 255 or 29.24% from 578); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C7A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C7A9 is #2D3856. Grayscale: #C7C7C7. Windows color (decimal): -2963543 or 11126738. OLE color: 11126738.
HSL color Cylindrical-coordinate representation of color #D2C7A9: hue angle of 43.9º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2C7A9 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 199 | 169 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.18 |
| HSL | 43.9º | 0.31% | 0.74% | - |
| HSV(B) | 43.9º | 0.2% | 0.82% | - |
| XYZ | 54.16 | 57.41 | 45.76 | - |
| YUV | 198.87 | 111.14 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 199 | 169 | 0 | 0.05 | 0.20 | 0.18 | 43.9 | 0.31 | 0.74 |
| Hex | D2 | C7 | A9 | 0 | 5 | 14 | 12 | 2C | 1F | 4A |
| Octal | 322 | 307 | 251 | 0 | 5 | 24 | 22 | 54 | 37 | 112 |
| Binary | 11010010 | 11000111 | 10101001 | 0 | 101 | 10100 | 10010 | 101100 | 11111 | 1001010 |
Color Harmonies of #D2C7A9
Complementary color
Monochromatic Colors of #D2C7A9
Black with #D2C7A9
Text Example
Text Example
White with #D2C7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C7A9; }
p { color: rgb(210,199,169); }
H1.HeaderClassName
{
color: #D2C7A9;
}
.AnyTagClassName
{
color: #D2C7A9;
}
</style>
background-color css
<style>
a { background-color: #D2C7A9; }
a { background-color: rgb(210,199,169); }
div.DivClassName
{
background-color: #D2C7A9;
}
.BgClassName
{
background-color: #D2C7A9;
}
</style>
border-color css
<style>
span { border-color: #D2C7A9; }
span { border-color: rgb(210,199,169); }
td.TdClassName
{
border-color: #D2C7A9;
}
.TagClassName
{
border-color: #D2C7A9;
}
</style>