Shades of Parchment #D0C6AB
Tints of Parchment #D0C6AB
RGB
CMYK
RGB Variations
Color information
#D0C6AB (or 0xD0C6AB) is known color: Parchment. HEX triplet: D0, C6 and AB. RGB value is (208,198,171). Sum of RGB (Red+Green+Blue) = 208+198+171=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 198 (77.73% from 255 or 34.32% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C6AB is #2F3954. Grayscale: #C6C6C6. Windows color (decimal): -3094869 or 11257552. OLE color: 11257552.
HSL color Cylindrical-coordinate representation of color #D0C6AB: hue angle of 43.78º degrees, saturation: 0.28, 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 #D0C6AB is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 198 | 171 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.18 |
| HSL | 43.78º | 0.28% | 0.74% | - |
| HSV(B) | 43.78º | 0.18% | 0.82% | - |
| XYZ | 53.56 | 56.74 | 46.66 | - |
| YUV | 197.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 198 | 171 | 0 | 0.05 | 0.18 | 0.18 | 43.78 | 0.28 | 0.74 |
| Hex | D0 | C6 | AB | 0 | 5 | 12 | 12 | 2C | 1C | 4A |
| Octal | 320 | 306 | 253 | 0 | 5 | 22 | 22 | 54 | 34 | 112 |
| Binary | 11010000 | 11000110 | 10101011 | 0 | 101 | 10010 | 10010 | 101100 | 11100 | 1001010 |
Color Harmonies of #D0C6AB
Complementary color
Monochromatic Colors of #D0C6AB
Black with #D0C6AB
Text Example
Text Example
White with #D0C6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C6AB; }
p { color: rgb(208,198,171); }
H1.HeaderClassName
{
color: #D0C6AB;
}
.AnyTagClassName
{
color: #D0C6AB;
}
</style>
background-color css
<style>
a { background-color: #D0C6AB; }
a { background-color: rgb(208,198,171); }
div.DivClassName
{
background-color: #D0C6AB;
}
.BgClassName
{
background-color: #D0C6AB;
}
</style>
border-color css
<style>
span { border-color: #D0C6AB; }
span { border-color: rgb(208,198,171); }
td.TdClassName
{
border-color: #D0C6AB;
}
.TagClassName
{
border-color: #D0C6AB;
}
</style>