Shades of Parchment #D0C6AC
Tints of Parchment #D0C6AC
RGB
CMYK
RGB Variations
Color information
#D0C6AC (or 0xD0C6AC) is known color: Parchment. HEX triplet: D0, C6 and AC. RGB value is (208,198,172). Sum of RGB (Red+Green+Blue) = 208+198+172=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 198 (77.73% from 255 or 34.26% from 578); Blue value is 172 (67.58% from 255 or 29.76% from 578); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C6AC is #2F3953. Grayscale: #C6C6C6. Windows color (decimal): -3094868 or 11323088. OLE color: 11323088.
HSL color Cylindrical-coordinate representation of color #D0C6AC: hue angle of 43.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 #D0C6AC is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 198 | 172 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.18 |
| HSL | 43.33º | 0.28% | 0.75% | - |
| HSV(B) | 43.33º | 0.17% | 0.82% | - |
| XYZ | 53.65 | 56.78 | 47.16 | - |
| YUV | 198.03 | 113.31 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 198 | 172 | 0 | 0.05 | 0.17 | 0.18 | 43.33 | 0.28 | 0.75 |
| Hex | D0 | C6 | AC | 0 | 5 | 11 | 12 | 2B | 1C | 4B |
| Octal | 320 | 306 | 254 | 0 | 5 | 21 | 22 | 53 | 34 | 113 |
| Binary | 11010000 | 11000110 | 10101100 | 0 | 101 | 10001 | 10010 | 101011 | 11100 | 1001011 |
Color Harmonies of #D0C6AC
Complementary color
Monochromatic Colors of #D0C6AC
Black with #D0C6AC
Text Example
Text Example
White with #D0C6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C6AC; }
p { color: rgb(208,198,172); }
H1.HeaderClassName
{
color: #D0C6AC;
}
.AnyTagClassName
{
color: #D0C6AC;
}
</style>
background-color css
<style>
a { background-color: #D0C6AC; }
a { background-color: rgb(208,198,172); }
div.DivClassName
{
background-color: #D0C6AC;
}
.BgClassName
{
background-color: #D0C6AC;
}
</style>
border-color css
<style>
span { border-color: #D0C6AC; }
span { border-color: rgb(208,198,172); }
td.TdClassName
{
border-color: #D0C6AC;
}
.TagClassName
{
border-color: #D0C6AC;
}
</style>