Shades of Parchment #D0C5AC
Tints of Parchment #D0C5AC
RGB
CMYK
RGB Variations
Color information
#D0C5AC (or 0xD0C5AC) is known color: Parchment. HEX triplet: D0, C5 and AC. RGB value is (208,197,172). Sum of RGB (Red+Green+Blue) = 208+197+172=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 197 (77.34% from 255 or 34.14% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C5AC is #2F3A53. Grayscale: #C5C5C5. Windows color (decimal): -3095124 or 11322832. OLE color: 11322832.
HSL color Cylindrical-coordinate representation of color #D0C5AC: hue angle of 41.67º 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 #D0C5AC is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 197 | 172 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.18 |
| HSL | 41.67º | 0.28% | 0.75% | - |
| HSV(B) | 41.67º | 0.17% | 0.82% | - |
| XYZ | 53.43 | 56.32 | 47.08 | - |
| YUV | 197.44 | 113.64 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 197 | 172 | 0 | 0.05 | 0.17 | 0.18 | 41.67 | 0.28 | 0.75 |
| Hex | D0 | C5 | AC | 0 | 5 | 11 | 12 | 2A | 1C | 4B |
| Octal | 320 | 305 | 254 | 0 | 5 | 21 | 22 | 52 | 34 | 113 |
| Binary | 11010000 | 11000101 | 10101100 | 0 | 101 | 10001 | 10010 | 101010 | 11100 | 1001011 |
Color Harmonies of #D0C5AC
Complementary color
Monochromatic Colors of #D0C5AC
Black with #D0C5AC
Text Example
Text Example
White with #D0C5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C5AC; }
p { color: rgb(208,197,172); }
H1.HeaderClassName
{
color: #D0C5AC;
}
.AnyTagClassName
{
color: #D0C5AC;
}
</style>
background-color css
<style>
a { background-color: #D0C5AC; }
a { background-color: rgb(208,197,172); }
div.DivClassName
{
background-color: #D0C5AC;
}
.BgClassName
{
background-color: #D0C5AC;
}
</style>
border-color css
<style>
span { border-color: #D0C5AC; }
span { border-color: rgb(208,197,172); }
td.TdClassName
{
border-color: #D0C5AC;
}
.TagClassName
{
border-color: #D0C5AC;
}
</style>