#D2CAAD

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

Shades of Parchment #D2CAAD

Tints of Parchment #D2CAAD

Color information

#D2CAAD (or 0xD2CAAD) is unknown color: approx Parchment. HEX triplet: D2, CA and AD. RGB value is (210,202,173). Sum of RGB (Red+Green+Blue) = 210+202+173=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CAAD is #2D3552. Grayscale: #C9C9C9. Windows color (decimal): -2962771 or 11389650. OLE color: 11389650.

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

Color convert

RGB210202173-
CMYK00.040.180.18
HSL47.03º29.13%75.1%-
HSV(B)47.03º17.62%82.35%-
XYZ55.2458.9648-
YUV201.09112.15134.36-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.90%
GREEN value IS 202 (79.30% from 255) = 34.53%
BLUE value IS 173 (67.97% from 255) = 29.57%
R=35.90%
G=34.53%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020217300.040.180.1847.0329.1375.1
HexD2CAAD0412122f1d4b
Octal3223122550422225735113
Binary11010010110010101010110101001001010010101111111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CAAD; }

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

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

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

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

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

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

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

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