#D0C7AC

Color #D0C7AC Parchment (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parchment #D0C7AC

Tints of Parchment #D0C7AC

Color information

#D0C7AC (or 0xD0C7AC) is unknown color: approx Parchment. HEX triplet: D0, C7 and AC. RGB value is (208,199,172). Sum of RGB (Red+Green+Blue) = 208+199+172=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 199 (78.12% from 255 or 34.37% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C7AC is #2F3853. Grayscale: #C6C6C6. Windows color (decimal): -3094612 or 11323344. OLE color: 11323344.

HSL color Cylindrical-coordinate representation of color #D0C7AC: hue angle of 45º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0C7AC is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB208199172-
CMYK00.040.170.18
HSL45º27.69%74.51%-
HSV(B)45º17.31%81.57%-
XYZ53.8857.2447.24-
YUV198.61112.98134.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 35.92%
GREEN value IS 199 (78.12% from 255) = 34.37%
BLUE value IS 172 (67.58% from 255) = 29.71%
R=35.92%
G=34.37%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819917200.040.170.184527.6974.51
HexD0C7AC0411122d1c4b
Octal3203072540421225534113
Binary11010000110001111010110001001000110010101101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C7AC; }

 p { color: rgb(208,199,172); }

 H1.HeaderClassName
 {
   color: #D0C7AC;
 }
 .AnyTagClassName
 {
   color: #D0C7AC;
 }
</style>
background-color css

<style>
 a { background-color: #D0C7AC; }

 a { background-color: rgb(208,199,172); }

 div.DivClassName
 {
   background-color: #D0C7AC;
 }
 .BgClassName
 {
   background-color: #D0C7AC;
 }
</style>
border-color css

<style>
 span { border-color: #D0C7AC; }

 span { border-color: rgb(208,199,172); }

 td.TdClassName
 {
   border-color: #D0C7AC;
 }
 .TagClassName
 {
   border-color: #D0C7AC;
 }
</style>