#D4CCAE

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

Shades of Parchment #D4CCAE

Tints of Parchment #D4CCAE

Color information

#D4CCAE (or 0xD4CCAE) is unknown color: approx Parchment. HEX triplet: D4, CC and AE. RGB value is (212,204,174). Sum of RGB (Red+Green+Blue) = 212+204+174=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 174 (68.36% from 255 or 29.49% from 590); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CCAE is #2B3351. Grayscale: #CBCBCB. Windows color (decimal): -2831186 or 11455700. OLE color: 11455700.

HSL color Cylindrical-coordinate representation of color #D4CCAE: hue angle of 47.37º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4CCAE is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB212204174-
CMYK00.040.180.17
HSL47.37º30.65%75.69%-
HSV(B)47.37º17.92%83.14%-
XYZ56.3860.2448.7-
YUV202.97111.65134.44-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.93%
GREEN value IS 204 (80.08% from 255) = 34.58%
BLUE value IS 174 (68.36% from 255) = 29.49%
R=35.93%
G=34.58%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220417400.040.180.1747.3730.6575.69
HexD4CCAE0412112f1f4c
Octal3243142560422215737114
Binary11010100110011001010111001001001010001101111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CCAE; }

 p { color: rgb(212,204,174); }

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

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

 a { background-color: rgb(212,204,174); }

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

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

 span { border-color: rgb(212,204,174); }

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