#D0C5AC

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

Shades of Parchment #D0C5AC

Tints of Parchment #D0C5AC

Color information

#D0C5AC (or 0xD0C5AC) is unknown color: approx Parchment. HEX triplet: D0, C5 and AC. RGB value is (208,197,172). Sum of RGB (Red+Green+Blue) = 208+197+172=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 197 (77.34% from 255 or 34.14% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C5AC is #2F3A53. Grayscale: #C5C5C5. Windows color (decimal): -3095124 or 11322832. OLE color: 11322832.

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

Color convert

RGB208197172-
CMYK00.050.170.18
HSL41.67º27.69%74.51%-
HSV(B)41.67º17.31%81.57%-
XYZ53.4356.3247.08-
YUV197.44113.64135.53-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.05%
GREEN value IS 197 (77.34% from 255) = 34.14%
BLUE value IS 172 (67.58% from 255) = 29.81%
R=36.05%
G=34.14%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819717200.050.170.1841.6727.6974.51
HexD0C5AC0511122a1c4b
Octal3203052540521225234113
Binary11010000110001011010110001011000110010101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C5AC; }

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

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

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

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

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

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

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

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