#D5CAAA

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

Shades of Parchment #D5CAAA

Tints of Parchment #D5CAAA

Color information

#D5CAAA (or 0xD5CAAA) is unknown color: approx Parchment. HEX triplet: D5, CA and AA. RGB value is (213,202,170). Sum of RGB (Red+Green+Blue) = 213+202+170=585 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.41% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CAAA is #2A3555. Grayscale: #C9C9C9. Windows color (decimal): -2766166 or 11193045. OLE color: 11193045.

HSL color Cylindrical-coordinate representation of color #D5CAAA: hue angle of 44.65º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5CAAA is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB213202170-
CMYK00.050.200.16
HSL44.65º33.86%75.1%-
HSV(B)44.65º20.19%83.53%-
XYZ55.8259.2946.53-
YUV201.64110.14136.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.41%
GREEN value IS 202 (79.30% from 255) = 34.53%
BLUE value IS 170 (66.80% from 255) = 29.06%
R=36.41%
G=34.53%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320217000.050.200.1644.6533.8675.1
HexD5CAAA0514102d224b
Octal3253122520524205542113
Binary110101011100101010101010010110100100001011011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CAAA; }

 p { color: rgb(213,202,170); }

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

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

 a { background-color: rgb(213,202,170); }

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

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

 span { border-color: rgb(213,202,170); }

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