#D0C8AB

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

Shades of Parchment #D0C8AB

Tints of Parchment #D0C8AB

Color information

#D0C8AB (or 0xD0C8AB) is unknown color: approx Parchment. HEX triplet: D0, C8 and AB. RGB value is (208,200,171). Sum of RGB (Red+Green+Blue) = 208+200+171=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 171 (67.19% from 255 or 29.53% from 579); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C8AB is #2F3754. Grayscale: #C7C7C7. Windows color (decimal): -3094357 or 11258064. OLE color: 11258064.

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

Color convert

RGB208200171-
CMYK00.040.180.18
HSL47.03º28.24%74.31%-
HSV(B)47.03º17.79%81.57%-
XYZ54.0257.6646.81-
YUV199.09112.15134.36-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.92%
GREEN value IS 200 (78.52% from 255) = 34.54%
BLUE value IS 171 (67.19% from 255) = 29.53%
R=35.92%
G=34.54%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820017100.040.180.1847.0328.2474.31
HexD0C8AB0412122f1c4a
Octal3203102530422225734112
Binary11010000110010001010101101001001010010101111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C8AB; }

 p { color: rgb(208,200,171); }

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

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

 a { background-color: rgb(208,200,171); }

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

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

 span { border-color: rgb(208,200,171); }

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