Shades of Parchment #D3CAAD
Tints of Parchment #D3CAAD
RGB
CMYK
RGB Variations
Color information
#D3CAAD (or 0xD3CAAD) is known color: Parchment. HEX triplet: D3, CA and AD. RGB value is (211,202,173). Sum of RGB (Red+Green+Blue) = 211+202+173=586 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.01% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3CAAD is #2C3552. Grayscale: #C9C9C9. Windows color (decimal): -2897235 or 11389651. OLE color: 11389651.
HSL color Cylindrical-coordinate representation of color #D3CAAD: hue angle of 45.79º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3CAAD is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 202 | 173 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.17 |
| HSL | 45.79º | 0.3% | 0.75% | - |
| HSV(B) | 45.79º | 0.18% | 0.83% | - |
| XYZ | 55.53 | 59.11 | 48.02 | - |
| YUV | 201.39 | 111.98 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 202 | 173 | 0 | 0.04 | 0.18 | 0.17 | 45.79 | 0.3 | 0.75 |
| Hex | D3 | CA | AD | 0 | 4 | 12 | 11 | 2E | 1E | 4B |
| Octal | 323 | 312 | 255 | 0 | 4 | 22 | 21 | 56 | 36 | 113 |
| Binary | 11010011 | 11001010 | 10101101 | 0 | 100 | 10010 | 10001 | 101110 | 11110 | 1001011 |
Color Harmonies of #D3CAAD
Complementary color
Monochromatic Colors of #D3CAAD
Black with #D3CAAD
Text Example
Text Example
White with #D3CAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CAAD; }
p { color: rgb(211,202,173); }
H1.HeaderClassName
{
color: #D3CAAD;
}
.AnyTagClassName
{
color: #D3CAAD;
}
</style>
background-color css
<style>
a { background-color: #D3CAAD; }
a { background-color: rgb(211,202,173); }
div.DivClassName
{
background-color: #D3CAAD;
}
.BgClassName
{
background-color: #D3CAAD;
}
</style>
border-color css
<style>
span { border-color: #D3CAAD; }
span { border-color: rgb(211,202,173); }
td.TdClassName
{
border-color: #D3CAAD;
}
.TagClassName
{
border-color: #D3CAAD;
}
</style>