Shades of Parchment #D1CBAC
Tints of Parchment #D1CBAC
RGB
CMYK
RGB Variations
Color information
#D1CBAC (or 0xD1CBAC) is known color: Parchment. HEX triplet: D1, CB and AC. RGB value is (209,203,172). Sum of RGB (Red+Green+Blue) = 209+203+172=584 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.79% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 172 (67.58% from 255 or 29.45% from 584); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CBAC is #2E3453. Grayscale: #C9C9C9. Windows color (decimal): -3028052 or 11324369. OLE color: 11324369.
HSL color Cylindrical-coordinate representation of color #D1CBAC: hue angle of 50.27º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1CBAC is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 203 | 172 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.18 |
| HSL | 50.27º | 0.29% | 0.75% | - |
| HSV(B) | 50.27º | 0.18% | 0.82% | - |
| XYZ | 55.1 | 59.25 | 47.56 | - |
| YUV | 201.26 | 111.49 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 203 | 172 | 0 | 0.03 | 0.18 | 0.18 | 50.27 | 0.29 | 0.75 |
| Hex | D1 | CB | AC | 0 | 3 | 12 | 12 | 32 | 1D | 4B |
| Octal | 321 | 313 | 254 | 0 | 3 | 22 | 22 | 62 | 35 | 113 |
| Binary | 11010001 | 11001011 | 10101100 | 0 | 11 | 10010 | 10010 | 110010 | 11101 | 1001011 |
Color Harmonies of #D1CBAC
Complementary color
Monochromatic Colors of #D1CBAC
Black with #D1CBAC
Text Example
Text Example
White with #D1CBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CBAC; }
p { color: rgb(209,203,172); }
H1.HeaderClassName
{
color: #D1CBAC;
}
.AnyTagClassName
{
color: #D1CBAC;
}
</style>
background-color css
<style>
a { background-color: #D1CBAC; }
a { background-color: rgb(209,203,172); }
div.DivClassName
{
background-color: #D1CBAC;
}
.BgClassName
{
background-color: #D1CBAC;
}
</style>
border-color css
<style>
span { border-color: #D1CBAC; }
span { border-color: rgb(209,203,172); }
td.TdClassName
{
border-color: #D1CBAC;
}
.TagClassName
{
border-color: #D1CBAC;
}
</style>