Shades of Parchment #D3CBA7
Tints of Parchment #D3CBA7
RGB
CMYK
RGB Variations
Color information
#D3CBA7 (or 0xD3CBA7) is known color: Parchment. HEX triplet: D3, CB and A7. RGB value is (211,203,167). Sum of RGB (Red+Green+Blue) = 211+203+167=581 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.32% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 167 (65.62% from 255 or 28.74% from 581); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3CBA7 is #2C3458. Grayscale: #C9C9C9. Windows color (decimal): -2896985 or 10996691. OLE color: 10996691.
HSL color Cylindrical-coordinate representation of color #D3CBA7: hue angle of 49.09º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D3CBA7 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 203 | 167 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.17 |
| HSL | 49.09º | 0.33% | 0.74% | - |
| HSV(B) | 49.09º | 0.21% | 0.83% | - |
| XYZ | 55.19 | 59.35 | 45.11 | - |
| YUV | 201.29 | 108.65 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 203 | 167 | 0 | 0.04 | 0.21 | 0.17 | 49.09 | 0.33 | 0.74 |
| Hex | D3 | CB | A7 | 0 | 4 | 15 | 11 | 31 | 21 | 4A |
| Octal | 323 | 313 | 247 | 0 | 4 | 25 | 21 | 61 | 41 | 112 |
| Binary | 11010011 | 11001011 | 10100111 | 0 | 100 | 10101 | 10001 | 110001 | 100001 | 1001010 |
Color Harmonies of #D3CBA7
Complementary color
Monochromatic Colors of #D3CBA7
Black with #D3CBA7
Text Example
Text Example
White with #D3CBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CBA7; }
p { color: rgb(211,203,167); }
H1.HeaderClassName
{
color: #D3CBA7;
}
.AnyTagClassName
{
color: #D3CBA7;
}
</style>
background-color css
<style>
a { background-color: #D3CBA7; }
a { background-color: rgb(211,203,167); }
div.DivClassName
{
background-color: #D3CBA7;
}
.BgClassName
{
background-color: #D3CBA7;
}
</style>
border-color css
<style>
span { border-color: #D3CBA7; }
span { border-color: rgb(211,203,167); }
td.TdClassName
{
border-color: #D3CBA7;
}
.TagClassName
{
border-color: #D3CBA7;
}
</style>