Shades of Parchment #D1CBB0
Tints of Parchment #D1CBB0
RGB
CMYK
RGB Variations
Color information
#D1CBB0 (or 0xD1CBB0) is known color: Parchment. HEX triplet: D1, CB and B0. RGB value is (209,203,176). Sum of RGB (Red+Green+Blue) = 209+203+176=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 176 (69.14% from 255 or 29.93% from 588); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CBB0 is #2E344F. Grayscale: #C9C9C9. Windows color (decimal): -3028048 or 11586513. OLE color: 11586513.
HSL color Cylindrical-coordinate representation of color #D1CBB0: hue angle of 49.09º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1CBB0 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 203 | 176 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.18 |
| HSL | 49.09º | 0.26% | 0.75% | - |
| HSV(B) | 49.09º | 0.16% | 0.82% | - |
| XYZ | 55.49 | 59.4 | 49.62 | - |
| YUV | 201.72 | 113.49 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 203 | 176 | 0 | 0.03 | 0.16 | 0.18 | 49.09 | 0.26 | 0.75 |
| Hex | D1 | CB | B0 | 0 | 3 | 10 | 12 | 31 | 1A | 4B |
| Octal | 321 | 313 | 260 | 0 | 3 | 20 | 22 | 61 | 32 | 113 |
| Binary | 11010001 | 11001011 | 10110000 | 0 | 11 | 10000 | 10010 | 110001 | 11010 | 1001011 |
Color Harmonies of #D1CBB0
Complementary color
Monochromatic Colors of #D1CBB0
Black with #D1CBB0
Text Example
Text Example
White with #D1CBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CBB0; }
p { color: rgb(209,203,176); }
H1.HeaderClassName
{
color: #D1CBB0;
}
.AnyTagClassName
{
color: #D1CBB0;
}
</style>
background-color css
<style>
a { background-color: #D1CBB0; }
a { background-color: rgb(209,203,176); }
div.DivClassName
{
background-color: #D1CBB0;
}
.BgClassName
{
background-color: #D1CBB0;
}
</style>
border-color css
<style>
span { border-color: #D1CBB0; }
span { border-color: rgb(209,203,176); }
td.TdClassName
{
border-color: #D1CBB0;
}
.TagClassName
{
border-color: #D1CBB0;
}
</style>