Shades of Parchment #D0C9AC
Tints of Parchment #D0C9AC
RGB
CMYK
RGB Variations
Color information
#D0C9AC (or 0xD0C9AC) is known color: Parchment. HEX triplet: D0, C9 and AC. RGB value is (208,201,172). Sum of RGB (Red+Green+Blue) = 208+201+172=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 172 (67.58% from 255 or 29.60% from 581); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C9AC is #2F3653. Grayscale: #C7C7C7. Windows color (decimal): -3094100 or 11323856. OLE color: 11323856.
HSL color Cylindrical-coordinate representation of color #D0C9AC: hue angle of 48.33º 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 #D0C9AC is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 201 | 172 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.18 |
| HSL | 48.33º | 0.28% | 0.75% | - |
| HSV(B) | 48.33º | 0.17% | 0.82% | - |
| XYZ | 54.35 | 58.16 | 47.39 | - |
| YUV | 199.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 172 | 0 | 0.03 | 0.17 | 0.18 | 48.33 | 0.28 | 0.75 |
| Hex | D0 | C9 | AC | 0 | 3 | 11 | 12 | 30 | 1C | 4B |
| Octal | 320 | 311 | 254 | 0 | 3 | 21 | 22 | 60 | 34 | 113 |
| Binary | 11010000 | 11001001 | 10101100 | 0 | 11 | 10001 | 10010 | 110000 | 11100 | 1001011 |
Color Harmonies of #D0C9AC
Complementary color
Monochromatic Colors of #D0C9AC
Black with #D0C9AC
Text Example
Text Example
White with #D0C9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C9AC; }
p { color: rgb(208,201,172); }
H1.HeaderClassName
{
color: #D0C9AC;
}
.AnyTagClassName
{
color: #D0C9AC;
}
</style>
background-color css
<style>
a { background-color: #D0C9AC; }
a { background-color: rgb(208,201,172); }
div.DivClassName
{
background-color: #D0C9AC;
}
.BgClassName
{
background-color: #D0C9AC;
}
</style>
border-color css
<style>
span { border-color: #D0C9AC; }
span { border-color: rgb(208,201,172); }
td.TdClassName
{
border-color: #D0C9AC;
}
.TagClassName
{
border-color: #D0C9AC;
}
</style>