Shades of Parchment #D0C7AC
Tints of Parchment #D0C7AC
RGB
CMYK
RGB Variations
Color information
#D0C7AC (or 0xD0C7AC) is known color: Parchment. HEX triplet: D0, C7 and AC. RGB value is (208,199,172). Sum of RGB (Red+Green+Blue) = 208+199+172=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 199 (78.12% from 255 or 34.37% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C7AC is #2F3853. Grayscale: #C6C6C6. Windows color (decimal): -3094612 or 11323344. OLE color: 11323344.
HSL color Cylindrical-coordinate representation of color #D0C7AC: hue angle of 45º 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 #D0C7AC is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 199 | 172 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.18 |
| HSL | 45º | 0.28% | 0.75% | - |
| HSV(B) | 45º | 0.17% | 0.82% | - |
| XYZ | 53.88 | 57.24 | 47.24 | - |
| YUV | 198.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 199 | 172 | 0 | 0.04 | 0.17 | 0.18 | 45 | 0.28 | 0.75 |
| Hex | D0 | C7 | AC | 0 | 4 | 11 | 12 | 2D | 1C | 4B |
| Octal | 320 | 307 | 254 | 0 | 4 | 21 | 22 | 55 | 34 | 113 |
| Binary | 11010000 | 11000111 | 10101100 | 0 | 100 | 10001 | 10010 | 101101 | 11100 | 1001011 |
Color Harmonies of #D0C7AC
Complementary color
Monochromatic Colors of #D0C7AC
Black with #D0C7AC
Text Example
Text Example
White with #D0C7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C7AC; }
p { color: rgb(208,199,172); }
H1.HeaderClassName
{
color: #D0C7AC;
}
.AnyTagClassName
{
color: #D0C7AC;
}
</style>
background-color css
<style>
a { background-color: #D0C7AC; }
a { background-color: rgb(208,199,172); }
div.DivClassName
{
background-color: #D0C7AC;
}
.BgClassName
{
background-color: #D0C7AC;
}
</style>
border-color css
<style>
span { border-color: #D0C7AC; }
span { border-color: rgb(208,199,172); }
td.TdClassName
{
border-color: #D0C7AC;
}
.TagClassName
{
border-color: #D0C7AC;
}
</style>