Shades of Parchment #D2CBAA
Tints of Parchment #D2CBAA
RGB
CMYK
RGB Variations
Color information
#D2CBAA (or 0xD2CBAA) is known color: Parchment. HEX triplet: D2, CB and AA. RGB value is (210,203,170). Sum of RGB (Red+Green+Blue) = 210+203+170=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 170 (66.80% from 255 or 29.16% from 583); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CBAA is #2D3455. Grayscale: #C9C9C9. Windows color (decimal): -2962518 or 11193298. OLE color: 11193298.
HSL color Cylindrical-coordinate representation of color #D2CBAA: hue angle of 49.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2CBAA is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 203 | 170 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.18 |
| HSL | 49.5º | 0.31% | 0.75% | - |
| HSV(B) | 49.5º | 0.19% | 0.82% | - |
| XYZ | 55.19 | 59.32 | 46.57 | - |
| YUV | 201.33 | 110.32 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 203 | 170 | 0 | 0.03 | 0.19 | 0.18 | 49.5 | 0.31 | 0.75 |
| Hex | D2 | CB | AA | 0 | 3 | 13 | 12 | 32 | 1F | 4B |
| Octal | 322 | 313 | 252 | 0 | 3 | 23 | 22 | 62 | 37 | 113 |
| Binary | 11010010 | 11001011 | 10101010 | 0 | 11 | 10011 | 10010 | 110010 | 11111 | 1001011 |
Color Harmonies of #D2CBAA
Complementary color
Monochromatic Colors of #D2CBAA
Black with #D2CBAA
Text Example
Text Example
White with #D2CBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CBAA; }
p { color: rgb(210,203,170); }
H1.HeaderClassName
{
color: #D2CBAA;
}
.AnyTagClassName
{
color: #D2CBAA;
}
</style>
background-color css
<style>
a { background-color: #D2CBAA; }
a { background-color: rgb(210,203,170); }
div.DivClassName
{
background-color: #D2CBAA;
}
.BgClassName
{
background-color: #D2CBAA;
}
</style>
border-color css
<style>
span { border-color: #D2CBAA; }
span { border-color: rgb(210,203,170); }
td.TdClassName
{
border-color: #D2CBAA;
}
.TagClassName
{
border-color: #D2CBAA;
}
</style>