#D0C9AC

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

Shades of Parchment #D0C9AC

Tints of Parchment #D0C9AC

Color information

#D0C9AC (or 0xD0C9AC) is unknown color: approx Parchment. HEX triplet: D0, C9 and AC. RGB value is (208,201,172). Sum of RGB (Red+Green+Blue) = 208+201+172=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 172 (67.58% from 255 or 29.60% from 581); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C9AC is #2F3653. Grayscale: #C7C7C7. Windows color (decimal): -3094100 or 11323856. OLE color: 11323856.

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

Color convert

RGB208201172-
CMYK00.030.170.18
HSL48.33º27.69%74.51%-
HSV(B)48.33º17.31%81.57%-
XYZ54.3558.1647.39-
YUV199.79112.32133.86-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.80%
GREEN value IS 201 (78.91% from 255) = 34.60%
BLUE value IS 172 (67.58% from 255) = 29.60%
R=35.80%
G=34.60%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820117200.030.170.1848.3327.6974.51
HexD0C9AC031112301c4b
Octal3203112540321226034113
Binary1101000011001001101011000111000110010110000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C9AC; }

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

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

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

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

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

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

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

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