Shades of Parchment #D3CBB0
Tints of Parchment #D3CBB0
RGB
CMYK
RGB Variations
Color information
#D3CBB0 (or 0xD3CBB0) is known color: Parchment. HEX triplet: D3, CB and B0. RGB value is (211,203,176). Sum of RGB (Red+Green+Blue) = 211+203+176=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 176 (69.14% from 255 or 29.83% from 590); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3CBB0 is #2C344F. Grayscale: #CACACA. Windows color (decimal): -2896976 or 11586515. OLE color: 11586515.
HSL color Cylindrical-coordinate representation of color #D3CBB0: hue angle of 46.29º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3CBB0 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 203 | 176 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.17 |
| HSL | 46.29º | 0.28% | 0.76% | - |
| HSV(B) | 46.29º | 0.17% | 0.83% | - |
| XYZ | 56.06 | 59.7 | 49.64 | - |
| YUV | 202.31 | 113.15 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 203 | 176 | 0 | 0.04 | 0.17 | 0.17 | 46.29 | 0.28 | 0.76 |
| Hex | D3 | CB | B0 | 0 | 4 | 11 | 11 | 2E | 1C | 4C |
| Octal | 323 | 313 | 260 | 0 | 4 | 21 | 21 | 56 | 34 | 114 |
| Binary | 11010011 | 11001011 | 10110000 | 0 | 100 | 10001 | 10001 | 101110 | 11100 | 1001100 |
Color Harmonies of #D3CBB0
Complementary color
Monochromatic Colors of #D3CBB0
Black with #D3CBB0
Text Example
Text Example
White with #D3CBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CBB0; }
p { color: rgb(211,203,176); }
H1.HeaderClassName
{
color: #D3CBB0;
}
.AnyTagClassName
{
color: #D3CBB0;
}
</style>
background-color css
<style>
a { background-color: #D3CBB0; }
a { background-color: rgb(211,203,176); }
div.DivClassName
{
background-color: #D3CBB0;
}
.BgClassName
{
background-color: #D3CBB0;
}
</style>
border-color css
<style>
span { border-color: #D3CBB0; }
span { border-color: rgb(211,203,176); }
td.TdClassName
{
border-color: #D3CBB0;
}
.TagClassName
{
border-color: #D3CBB0;
}
</style>