#D5CCAC

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

Shades of Parchment #D5CCAC

Tints of Parchment #D5CCAC

Color information

#D5CCAC (or 0xD5CCAC) is unknown color: approx Parchment. HEX triplet: D5, CC and AC. RGB value is (213,204,172). Sum of RGB (Red+Green+Blue) = 213+204+172=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 172 (67.58% from 255 or 29.20% from 589); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CCAC is #2A3353. Grayscale: #CBCBCB. Windows color (decimal): -2765652 or 11324629. OLE color: 11324629.

HSL color Cylindrical-coordinate representation of color #D5CCAC: hue angle of 46.83º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5CCAC is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB213204172-
CMYK00.040.190.16
HSL46.83º32.8%75.49%-
HSV(B)46.83º19.25%83.53%-
XYZ56.4860.3147.69-
YUV203.04110.48135.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.16%
GREEN value IS 204 (80.08% from 255) = 34.63%
BLUE value IS 172 (67.58% from 255) = 29.20%
R=36.16%
G=34.63%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320417200.040.190.1646.8332.875.49
HexD5CCAC0413102f214b
Octal3253142540423205741113
Binary110101011100110010101100010010011100001011111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CCAC; }

 p { color: rgb(213,204,172); }

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

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

 a { background-color: rgb(213,204,172); }

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

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

 span { border-color: rgb(213,204,172); }

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