Shades of Parchment #D2CAB0
Tints of Parchment #D2CAB0
RGB
CMYK
RGB Variations
Color information
#D2CAB0 (or 0xD2CAB0) is known color: Parchment. HEX triplet: D2, CA and B0. RGB value is (210,202,176). Sum of RGB (Red+Green+Blue) = 210+202+176=588 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.71% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 176 (69.14% from 255 or 29.93% from 588); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CAB0 is #2D354F. Grayscale: #C9C9C9. Windows color (decimal): -2962768 or 11586258. OLE color: 11586258.
HSL color Cylindrical-coordinate representation of color #D2CAB0: hue angle of 45.88º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2CAB0 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 202 | 176 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.18 |
| HSL | 45.88º | 0.27% | 0.76% | - |
| HSV(B) | 45.88º | 0.16% | 0.82% | - |
| XYZ | 55.54 | 59.08 | 49.55 | - |
| YUV | 201.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 202 | 176 | 0 | 0.04 | 0.16 | 0.18 | 45.88 | 0.27 | 0.76 |
| Hex | D2 | CA | B0 | 0 | 4 | 10 | 12 | 2E | 1B | 4C |
| Octal | 322 | 312 | 260 | 0 | 4 | 20 | 22 | 56 | 33 | 114 |
| Binary | 11010010 | 11001010 | 10110000 | 0 | 100 | 10000 | 10010 | 101110 | 11011 | 1001100 |
Color Harmonies of #D2CAB0
Complementary color
Monochromatic Colors of #D2CAB0
Black with #D2CAB0
Text Example
Text Example
White with #D2CAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CAB0; }
p { color: rgb(210,202,176); }
H1.HeaderClassName
{
color: #D2CAB0;
}
.AnyTagClassName
{
color: #D2CAB0;
}
</style>
background-color css
<style>
a { background-color: #D2CAB0; }
a { background-color: rgb(210,202,176); }
div.DivClassName
{
background-color: #D2CAB0;
}
.BgClassName
{
background-color: #D2CAB0;
}
</style>
border-color css
<style>
span { border-color: #D2CAB0; }
span { border-color: rgb(210,202,176); }
td.TdClassName
{
border-color: #D2CAB0;
}
.TagClassName
{
border-color: #D2CAB0;
}
</style>