#D2C8A9

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

Shades of Parchment #D2C8A9

Tints of Parchment #D2C8A9

Color information

#D2C8A9 (or 0xD2C8A9) is unknown color: approx Parchment. HEX triplet: D2, C8 and A9. RGB value is (210,200,169). Sum of RGB (Red+Green+Blue) = 210+200+169=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 169 (66.41% from 255 or 29.19% from 579); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C8A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C8A9 is #2D3756. Grayscale: #C7C7C7. Windows color (decimal): -2963287 or 11126994. OLE color: 11126994.

HSL color Cylindrical-coordinate representation of color #D2C8A9: hue angle of 45.37º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2C8A9 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB210200169-
CMYK00.050.200.18
HSL45.37º31.3%74.31%-
HSV(B)45.37º19.52%82.35%-
XYZ54.3957.8745.84-
YUV199.46110.81135.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.27%
GREEN value IS 200 (78.52% from 255) = 34.54%
BLUE value IS 169 (66.41% from 255) = 29.19%
R=36.27%
G=34.54%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020016900.050.200.1845.3731.374.31
HexD2C8A90514122d1f4a
Octal3223102510524225537112
Binary11010010110010001010100101011010010010101101111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C8A9; }

 p { color: rgb(210,200,169); }

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

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

 a { background-color: rgb(210,200,169); }

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

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

 span { border-color: rgb(210,200,169); }

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