Shades of Parchment #D3CCA7
Tints of Parchment #D3CCA7
RGB
CMYK
RGB Variations
Color information
#D3CCA7 (or 0xD3CCA7) is known color: Parchment. HEX triplet: D3, CC and A7. RGB value is (211,204,167). Sum of RGB (Red+Green+Blue) = 211+204+167=582 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.25% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 167 (65.62% from 255 or 28.69% from 582); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CCA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3CCA7 is #2C3358. Grayscale: #CACACA. Windows color (decimal): -2896729 or 10996947. OLE color: 10996947.
HSL color Cylindrical-coordinate representation of color #D3CCA7: hue angle of 50.45º 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 #D3CCA7 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 204 | 167 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.17 |
| HSL | 50.45º | 0.33% | 0.74% | - |
| HSV(B) | 50.45º | 0.21% | 0.83% | - |
| XYZ | 55.43 | 59.82 | 45.18 | - |
| YUV | 201.88 | 108.32 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 204 | 167 | 0 | 0.03 | 0.21 | 0.17 | 50.45 | 0.33 | 0.74 |
| Hex | D3 | CC | A7 | 0 | 3 | 15 | 11 | 32 | 21 | 4A |
| Octal | 323 | 314 | 247 | 0 | 3 | 25 | 21 | 62 | 41 | 112 |
| Binary | 11010011 | 11001100 | 10100111 | 0 | 11 | 10101 | 10001 | 110010 | 100001 | 1001010 |
Color Harmonies of #D3CCA7
Complementary color
Monochromatic Colors of #D3CCA7
Black with #D3CCA7
Text Example
Text Example
White with #D3CCA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CCA7; }
p { color: rgb(211,204,167); }
H1.HeaderClassName
{
color: #D3CCA7;
}
.AnyTagClassName
{
color: #D3CCA7;
}
</style>
background-color css
<style>
a { background-color: #D3CCA7; }
a { background-color: rgb(211,204,167); }
div.DivClassName
{
background-color: #D3CCA7;
}
.BgClassName
{
background-color: #D3CCA7;
}
</style>
border-color css
<style>
span { border-color: #D3CCA7; }
span { border-color: rgb(211,204,167); }
td.TdClassName
{
border-color: #D3CCA7;
}
.TagClassName
{
border-color: #D3CCA7;
}
</style>