Shades of Parchment #D2CBAB
Tints of Parchment #D2CBAB
RGB
CMYK
RGB Variations
Color information
#D2CBAB (or 0xD2CBAB) is known color: Parchment. HEX triplet: D2, CB and AB. RGB value is (210,203,171). Sum of RGB (Red+Green+Blue) = 210+203+171=584 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.96% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 171 (67.19% from 255 or 29.28% from 584); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CBAB is #2D3454. Grayscale: #C9C9C9. Windows color (decimal): -2962517 or 11258834. OLE color: 11258834.
HSL color Cylindrical-coordinate representation of color #D2CBAB: hue angle of 49.23º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2CBAB is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 203 | 171 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.18 |
| HSL | 49.23º | 0.3% | 0.75% | - |
| HSV(B) | 49.23º | 0.19% | 0.82% | - |
| XYZ | 55.28 | 59.35 | 47.07 | - |
| YUV | 201.45 | 110.82 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 203 | 171 | 0 | 0.03 | 0.19 | 0.18 | 49.23 | 0.3 | 0.75 |
| Hex | D2 | CB | AB | 0 | 3 | 13 | 12 | 31 | 1E | 4B |
| Octal | 322 | 313 | 253 | 0 | 3 | 23 | 22 | 61 | 36 | 113 |
| Binary | 11010010 | 11001011 | 10101011 | 0 | 11 | 10011 | 10010 | 110001 | 11110 | 1001011 |
Color Harmonies of #D2CBAB
Complementary color
Monochromatic Colors of #D2CBAB
Black with #D2CBAB
Text Example
Text Example
White with #D2CBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CBAB; }
p { color: rgb(210,203,171); }
H1.HeaderClassName
{
color: #D2CBAB;
}
.AnyTagClassName
{
color: #D2CBAB;
}
</style>
background-color css
<style>
a { background-color: #D2CBAB; }
a { background-color: rgb(210,203,171); }
div.DivClassName
{
background-color: #D2CBAB;
}
.BgClassName
{
background-color: #D2CBAB;
}
</style>
border-color css
<style>
span { border-color: #D2CBAB; }
span { border-color: rgb(210,203,171); }
td.TdClassName
{
border-color: #D2CBAB;
}
.TagClassName
{
border-color: #D2CBAB;
}
</style>