Shades of Parchment #D3C7AA
Tints of Parchment #D3C7AA
RGB
CMYK
RGB Variations
Color information
#D3C7AA (or 0xD3C7AA) is known color: Parchment. HEX triplet: D3, C7 and AA. RGB value is (211,199,170). Sum of RGB (Red+Green+Blue) = 211+199+170=580 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.38% from 580); Green value is 199 (78.12% from 255 or 34.31% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C7AA is #2C3855. Grayscale: #C7C7C7. Windows color (decimal): -2898006 or 11192275. OLE color: 11192275.
HSL color Cylindrical-coordinate representation of color #D3C7AA: hue angle of 42.44º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3C7AA is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 199 | 170 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.17 |
| HSL | 42.44º | 0.32% | 0.75% | - |
| HSV(B) | 42.44º | 0.19% | 0.83% | - |
| XYZ | 54.54 | 57.6 | 46.27 | - |
| YUV | 199.28 | 111.48 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 199 | 170 | 0 | 0.06 | 0.19 | 0.17 | 42.44 | 0.32 | 0.75 |
| Hex | D3 | C7 | AA | 0 | 6 | 13 | 11 | 2A | 20 | 4B |
| Octal | 323 | 307 | 252 | 0 | 6 | 23 | 21 | 52 | 40 | 113 |
| Binary | 11010011 | 11000111 | 10101010 | 0 | 110 | 10011 | 10001 | 101010 | 100000 | 1001011 |
Color Harmonies of #D3C7AA
Complementary color
Monochromatic Colors of #D3C7AA
Black with #D3C7AA
Text Example
Text Example
White with #D3C7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C7AA; }
p { color: rgb(211,199,170); }
H1.HeaderClassName
{
color: #D3C7AA;
}
.AnyTagClassName
{
color: #D3C7AA;
}
</style>
background-color css
<style>
a { background-color: #D3C7AA; }
a { background-color: rgb(211,199,170); }
div.DivClassName
{
background-color: #D3C7AA;
}
.BgClassName
{
background-color: #D3C7AA;
}
</style>
border-color css
<style>
span { border-color: #D3C7AA; }
span { border-color: rgb(211,199,170); }
td.TdClassName
{
border-color: #D3C7AA;
}
.TagClassName
{
border-color: #D3C7AA;
}
</style>