Shades of Parchment #D2CBA9
Tints of Parchment #D2CBA9
RGB
CMYK
RGB Variations
Color information
#D2CBA9 (or 0xD2CBA9) is known color: Parchment. HEX triplet: D2, CB and A9. RGB value is (210,203,169). Sum of RGB (Red+Green+Blue) = 210+203+169=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 169 (66.41% from 255 or 29.04% from 582); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CBA9 is #2D3456. Grayscale: #C9C9C9. Windows color (decimal): -2962519 or 11127762. OLE color: 11127762.
HSL color Cylindrical-coordinate representation of color #D2CBA9: hue angle of 49.76º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2CBA9 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 203 | 169 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.18 |
| HSL | 49.76º | 0.31% | 0.74% | - |
| HSV(B) | 49.76º | 0.2% | 0.82% | - |
| XYZ | 55.1 | 59.28 | 46.07 | - |
| YUV | 201.22 | 109.82 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 203 | 169 | 0 | 0.03 | 0.20 | 0.18 | 49.76 | 0.31 | 0.74 |
| Hex | D2 | CB | A9 | 0 | 3 | 14 | 12 | 32 | 1F | 4A |
| Octal | 322 | 313 | 251 | 0 | 3 | 24 | 22 | 62 | 37 | 112 |
| Binary | 11010010 | 11001011 | 10101001 | 0 | 11 | 10100 | 10010 | 110010 | 11111 | 1001010 |
Color Harmonies of #D2CBA9
Complementary color
Monochromatic Colors of #D2CBA9
Black with #D2CBA9
Text Example
Text Example
White with #D2CBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CBA9; }
p { color: rgb(210,203,169); }
H1.HeaderClassName
{
color: #D2CBA9;
}
.AnyTagClassName
{
color: #D2CBA9;
}
</style>
background-color css
<style>
a { background-color: #D2CBA9; }
a { background-color: rgb(210,203,169); }
div.DivClassName
{
background-color: #D2CBA9;
}
.BgClassName
{
background-color: #D2CBA9;
}
</style>
border-color css
<style>
span { border-color: #D2CBA9; }
span { border-color: rgb(210,203,169); }
td.TdClassName
{
border-color: #D2CBA9;
}
.TagClassName
{
border-color: #D2CBA9;
}
</style>