Shades of Parchment #D2CBAF
Tints of Parchment #D2CBAF
RGB
CMYK
RGB Variations
Color information
#D2CBAF (or 0xD2CBAF) is known color: Parchment. HEX triplet: D2, CB and AF. RGB value is (210,203,175). Sum of RGB (Red+Green+Blue) = 210+203+175=588 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.71% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CBAF is #2D3450. Grayscale: #CACACA. Windows color (decimal): -2962513 or 11520978. OLE color: 11520978.
HSL color Cylindrical-coordinate representation of color #D2CBAF: hue angle of 48º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2CBAF is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 203 | 175 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.18 |
| HSL | 48º | 0.28% | 0.75% | - |
| HSV(B) | 48º | 0.17% | 0.82% | - |
| XYZ | 55.67 | 59.51 | 49.11 | - |
| YUV | 201.9 | 112.82 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 203 | 175 | 0 | 0.03 | 0.17 | 0.18 | 48 | 0.28 | 0.75 |
| Hex | D2 | CB | AF | 0 | 3 | 11 | 12 | 30 | 1C | 4B |
| Octal | 322 | 313 | 257 | 0 | 3 | 21 | 22 | 60 | 34 | 113 |
| Binary | 11010010 | 11001011 | 10101111 | 0 | 11 | 10001 | 10010 | 110000 | 11100 | 1001011 |
Color Harmonies of #D2CBAF
Complementary color
Monochromatic Colors of #D2CBAF
Black with #D2CBAF
Text Example
Text Example
White with #D2CBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CBAF; }
p { color: rgb(210,203,175); }
H1.HeaderClassName
{
color: #D2CBAF;
}
.AnyTagClassName
{
color: #D2CBAF;
}
</style>
background-color css
<style>
a { background-color: #D2CBAF; }
a { background-color: rgb(210,203,175); }
div.DivClassName
{
background-color: #D2CBAF;
}
.BgClassName
{
background-color: #D2CBAF;
}
</style>
border-color css
<style>
span { border-color: #D2CBAF; }
span { border-color: rgb(210,203,175); }
td.TdClassName
{
border-color: #D2CBAF;
}
.TagClassName
{
border-color: #D2CBAF;
}
</style>