#D6CDAA

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

Shades of Parchment #D6CDAA

Tints of Parchment #D6CDAA

Color information

#D6CDAA (or 0xD6CDAA) is unknown color: approx Parchment. HEX triplet: D6, CD and AA. RGB value is (214,205,170). Sum of RGB (Red+Green+Blue) = 214+205+170=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 170 (66.80% from 255 or 28.86% from 589); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CDAA is #293255. Grayscale: #CBCBCB. Windows color (decimal): -2699862 or 11193814. OLE color: 11193814.

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

Color convert

RGB214205170-
CMYK00.040.210.16
HSL47.73º34.92%75.29%-
HSV(B)47.73º20.56%83.92%-
XYZ56.8260.8646.78-
YUV203.7108.98135.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.33%
GREEN value IS 205 (80.47% from 255) = 34.80%
BLUE value IS 170 (66.80% from 255) = 28.86%
R=36.33%
G=34.80%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420517000.040.210.1647.7334.9275.29
HexD6CDAA04151030234b
Octal3263152520425206043113
Binary110101101100110110101010010010101100001100001000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CDAA; }

 p { color: rgb(214,205,170); }

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

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

 a { background-color: rgb(214,205,170); }

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

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

 span { border-color: rgb(214,205,170); }

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