Shades of Parchment #D0C8AA
Tints of Parchment #D0C8AA
RGB
CMYK
RGB Variations
Color information
#D0C8AA (or 0xD0C8AA) is known color: Parchment. HEX triplet: D0, C8 and AA. RGB value is (208,200,170). Sum of RGB (Red+Green+Blue) = 208+200+170=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C8AA is #2F3755. Grayscale: #C7C7C7. Windows color (decimal): -3094358 or 11192528. OLE color: 11192528.
HSL color Cylindrical-coordinate representation of color #D0C8AA: hue angle of 47.37º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0C8AA is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 200 | 170 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.18 |
| HSL | 47.37º | 0.29% | 0.74% | - |
| HSV(B) | 47.37º | 0.18% | 0.82% | - |
| XYZ | 53.92 | 57.62 | 46.31 | - |
| YUV | 198.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 200 | 170 | 0 | 0.04 | 0.18 | 0.18 | 47.37 | 0.29 | 0.74 |
| Hex | D0 | C8 | AA | 0 | 4 | 12 | 12 | 2F | 1D | 4A |
| Octal | 320 | 310 | 252 | 0 | 4 | 22 | 22 | 57 | 35 | 112 |
| Binary | 11010000 | 11001000 | 10101010 | 0 | 100 | 10010 | 10010 | 101111 | 11101 | 1001010 |
Color Harmonies of #D0C8AA
Complementary color
Monochromatic Colors of #D0C8AA
Black with #D0C8AA
Text Example
Text Example
White with #D0C8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C8AA; }
p { color: rgb(208,200,170); }
H1.HeaderClassName
{
color: #D0C8AA;
}
.AnyTagClassName
{
color: #D0C8AA;
}
</style>
background-color css
<style>
a { background-color: #D0C8AA; }
a { background-color: rgb(208,200,170); }
div.DivClassName
{
background-color: #D0C8AA;
}
.BgClassName
{
background-color: #D0C8AA;
}
</style>
border-color css
<style>
span { border-color: #D0C8AA; }
span { border-color: rgb(208,200,170); }
td.TdClassName
{
border-color: #D0C8AA;
}
.TagClassName
{
border-color: #D0C8AA;
}
</style>