Shades of Parchment #D5CCAC
Tints of Parchment #D5CCAC
RGB
CMYK
RGB Variations
Color information
#D5CCAC (or 0xD5CCAC) is known color: Parchment. HEX triplet: D5, CC and AC. RGB value is (213,204,172). Sum of RGB (Red+Green+Blue) = 213+204+172=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 172 (67.58% from 255 or 29.20% from 589); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CCAC is #2A3353. Grayscale: #CBCBCB. Windows color (decimal): -2765652 or 11324629. OLE color: 11324629.
HSL color Cylindrical-coordinate representation of color #D5CCAC: hue angle of 46.83º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5CCAC is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 204 | 172 | - |
CMYK | 0 | 0.04 | 0.19 | 0.16 |
HSL | 46.83º | 0.33% | 0.75% | - |
HSV(B) | 46.83º | 0.19% | 0.84% | - |
XYZ | 56.48 | 60.31 | 47.69 | - |
YUV | 203.04 | 110.48 | 135.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 204 | 172 | 0 | 0.04 | 0.19 | 0.16 | 46.83 | 0.33 | 0.75 |
Hex | D5 | CC | AC | 0 | 4 | 13 | 10 | 2F | 21 | 4B |
Octal | 325 | 314 | 254 | 0 | 4 | 23 | 20 | 57 | 41 | 113 |
Binary | 11010101 | 11001100 | 10101100 | 0 | 100 | 10011 | 10000 | 101111 | 100001 | 1001011 |
Color Harmonies of #D5CCAC
Complementary color
Monochromatic Colors of #D5CCAC
Black with #D5CCAC
Text Example
Text Example
White with #D5CCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CCAC; }
p { color: rgb(213,204,172); }
H1.HeaderClassName
{
color: #D5CCAC;
}
.AnyTagClassName
{
color: #D5CCAC;
}
</style>
background-color css
<style>
a { background-color: #D5CCAC; }
a { background-color: rgb(213,204,172); }
div.DivClassName
{
background-color: #D5CCAC;
}
.BgClassName
{
background-color: #D5CCAC;
}
</style>
border-color css
<style>
span { border-color: #D5CCAC; }
span { border-color: rgb(213,204,172); }
td.TdClassName
{
border-color: #D5CCAC;
}
.TagClassName
{
border-color: #D5CCAC;
}
</style>