#D2C6AD

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

Shades of Parchment #D2C6AD

Tints of Parchment #D2C6AD

Color information

#D2C6AD (or 0xD2C6AD) is unknown color: approx Parchment. HEX triplet: D2, C6 and AD. RGB value is (210,198,173). Sum of RGB (Red+Green+Blue) = 210+198+173=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 198 (77.73% from 255 or 34.08% from 581); Blue value is 173 (67.97% from 255 or 29.78% from 581); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C6AD is #2D3952. Grayscale: #C6C6C6. Windows color (decimal): -2963795 or 11388626. OLE color: 11388626.

HSL color Cylindrical-coordinate representation of color #D2C6AD: hue angle of 40.54º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2C6AD is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB210198173-
CMYK00.060.180.18
HSL40.54º29.13%75.1%-
HSV(B)40.54º17.62%82.35%-
XYZ54.3257.1147.7-
YUV198.74113.48136.03-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.14%
GREEN value IS 198 (77.73% from 255) = 34.08%
BLUE value IS 173 (67.97% from 255) = 29.78%
R=36.14%
G=34.08%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019817300.060.180.1840.5429.1375.1
HexD2C6AD061212291d4b
Octal3223062550622225135113
Binary11010010110001101010110101101001010010101001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C6AD; }

 p { color: rgb(210,198,173); }

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

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

 a { background-color: rgb(210,198,173); }

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

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

 span { border-color: rgb(210,198,173); }

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