#D1C6AE

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

Shades of Parchment #D1C6AE

Tints of Parchment #D1C6AE

Color information

#D1C6AE (or 0xD1C6AE) is unknown color: approx Parchment. HEX triplet: D1, C6 and AE. RGB value is (209,198,174). Sum of RGB (Red+Green+Blue) = 209+198+174=581 (76% of max value = 765). Red value is 209 (82.03% from 255 or 35.97% from 581); Green value is 198 (77.73% from 255 or 34.08% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C6AE is #2E3951. Grayscale: #C6C6C6. Windows color (decimal): -3029330 or 11454161. OLE color: 11454161.

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

Color convert

RGB209198174-
CMYK00.050.170.18
HSL41.14º27.56%75.1%-
HSV(B)41.14º16.75%81.96%-
XYZ54.135748.19-
YUV198.55114.14135.45-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.97%
GREEN value IS 198 (77.73% from 255) = 34.08%
BLUE value IS 174 (68.36% from 255) = 29.95%
R=35.97%
G=34.08%
B=29.95%

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
Decimal20919817400.050.170.1841.1427.5675.1
HexD1C6AE051112291c4b
Octal3213062560521225134113
Binary11010001110001101010111001011000110010101001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C6AE; }

 p { color: rgb(209,198,174); }

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

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

 a { background-color: rgb(209,198,174); }

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

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

 span { border-color: rgb(209,198,174); }

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