#D0C8AC

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

Shades of Parchment #D0C8AC

Tints of Parchment #D0C8AC

Color information

#D0C8AC (or 0xD0C8AC) is unknown color: approx Parchment. HEX triplet: D0, C8 and AC. RGB value is (208,200,172). Sum of RGB (Red+Green+Blue) = 208+200+172=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 200 (78.52% from 255 or 34.48% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C8AC is #2F3753. Grayscale: #C7C7C7. Windows color (decimal): -3094356 or 11323600. OLE color: 11323600.

HSL color Cylindrical-coordinate representation of color #D0C8AC: hue angle of 46.67º 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 #D0C8AC is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB208200172-
CMYK00.040.170.18
HSL46.67º27.69%74.51%-
HSV(B)46.67º17.31%81.57%-
XYZ54.1157.747.31-
YUV199.2112.65134.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.86%
GREEN value IS 200 (78.52% from 255) = 34.48%
BLUE value IS 172 (67.58% from 255) = 29.66%
R=35.86%
G=34.48%
B=29.66%

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
Decimal20820017200.040.170.1846.6727.6974.51
HexD0C8AC0411122f1c4b
Octal3203102540421225734113
Binary11010000110010001010110001001000110010101111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C8AC; }

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

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

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

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

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

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

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

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