Shades of Parchment #D6CBA9
Tints of Parchment #D6CBA9
RGB
CMYK
RGB Variations
Color information
#D6CBA9 (or 0xD6CBA9) is known color: Parchment. HEX triplet: D6, CB and A9. RGB value is (214,203,169). Sum of RGB (Red+Green+Blue) = 214+203+169=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 169 (66.41% from 255 or 28.84% from 586); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CBA9 is #293456. Grayscale: #CACACA. Windows color (decimal): -2700375 or 11127766. OLE color: 11127766.
HSL color Cylindrical-coordinate representation of color #D6CBA9: hue angle of 45.33º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6CBA9 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 203 | 169 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.16 |
| HSL | 45.33º | 0.35% | 0.75% | - |
| HSV(B) | 45.33º | 0.21% | 0.84% | - |
| XYZ | 56.25 | 59.87 | 46.13 | - |
| YUV | 202.41 | 109.14 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 203 | 169 | 0 | 0.05 | 0.21 | 0.16 | 45.33 | 0.35 | 0.75 |
| Hex | D6 | CB | A9 | 0 | 5 | 15 | 10 | 2D | 23 | 4B |
| Octal | 326 | 313 | 251 | 0 | 5 | 25 | 20 | 55 | 43 | 113 |
| Binary | 11010110 | 11001011 | 10101001 | 0 | 101 | 10101 | 10000 | 101101 | 100011 | 1001011 |
Color Harmonies of #D6CBA9
Complementary color
Monochromatic Colors of #D6CBA9
Black with #D6CBA9
Text Example
Text Example
White with #D6CBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CBA9; }
p { color: rgb(214,203,169); }
H1.HeaderClassName
{
color: #D6CBA9;
}
.AnyTagClassName
{
color: #D6CBA9;
}
</style>
background-color css
<style>
a { background-color: #D6CBA9; }
a { background-color: rgb(214,203,169); }
div.DivClassName
{
background-color: #D6CBA9;
}
.BgClassName
{
background-color: #D6CBA9;
}
</style>
border-color css
<style>
span { border-color: #D6CBA9; }
span { border-color: rgb(214,203,169); }
td.TdClassName
{
border-color: #D6CBA9;
}
.TagClassName
{
border-color: #D6CBA9;
}
</style>