Shades of Parchment #D1CAAF
Tints of Parchment #D1CAAF
RGB
CMYK
RGB Variations
Color information
#D1CAAF (or 0xD1CAAF) is known color: Parchment. HEX triplet: D1, CA and AF. RGB value is (209,202,175). Sum of RGB (Red+Green+Blue) = 209+202+175=586 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.67% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CAAF is #2E3550. Grayscale: #C9C9C9. Windows color (decimal): -3028305 or 11520721. OLE color: 11520721.
HSL color Cylindrical-coordinate representation of color #D1CAAF: hue angle of 47.65º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1CAAF is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 202 | 175 | - |
CMYK | 0 | 0.03 | 0.16 | 0.18 |
HSL | 47.65º | 0.27% | 0.75% | - |
HSV(B) | 47.65º | 0.16% | 0.82% | - |
XYZ | 55.15 | 58.89 | 49.02 | - |
YUV | 201.02 | 113.32 | 133.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 202 | 175 | 0 | 0.03 | 0.16 | 0.18 | 47.65 | 0.27 | 0.75 |
Hex | D1 | CA | AF | 0 | 3 | 10 | 12 | 30 | 1B | 4B |
Octal | 321 | 312 | 257 | 0 | 3 | 20 | 22 | 60 | 33 | 113 |
Binary | 11010001 | 11001010 | 10101111 | 0 | 11 | 10000 | 10010 | 110000 | 11011 | 1001011 |
Color Harmonies of #D1CAAF
Complementary color
Monochromatic Colors of #D1CAAF
Black with #D1CAAF
Text Example
Text Example
White with #D1CAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CAAF; }
p { color: rgb(209,202,175); }
H1.HeaderClassName
{
color: #D1CAAF;
}
.AnyTagClassName
{
color: #D1CAAF;
}
</style>
background-color css
<style>
a { background-color: #D1CAAF; }
a { background-color: rgb(209,202,175); }
div.DivClassName
{
background-color: #D1CAAF;
}
.BgClassName
{
background-color: #D1CAAF;
}
</style>
border-color css
<style>
span { border-color: #D1CAAF; }
span { border-color: rgb(209,202,175); }
td.TdClassName
{
border-color: #D1CAAF;
}
.TagClassName
{
border-color: #D1CAAF;
}
</style>