#D5CAA9

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

Shades of Parchment #D5CAA9

Tints of Parchment #D5CAA9

Color information

#D5CAA9 (or 0xD5CAA9) is unknown color: approx Parchment. HEX triplet: D5, CA and A9. RGB value is (213,202,169). Sum of RGB (Red+Green+Blue) = 213+202+169=584 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.47% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 169 (66.41% from 255 or 28.94% from 584); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CAA9 is #2A3556. Grayscale: #C9C9C9. Windows color (decimal): -2766167 or 11127509. OLE color: 11127509.

HSL color Cylindrical-coordinate representation of color #D5CAA9: hue angle of 45º degrees, saturation: 0.34, 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 #D5CAA9 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB213202169-
CMYK00.050.210.16
HSL45º34.38%74.9%-
HSV(B)45º20.66%83.53%-
XYZ55.7259.2546.04-
YUV201.53109.64136.18-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.47%
GREEN value IS 202 (79.30% from 255) = 34.59%
BLUE value IS 169 (66.41% from 255) = 28.94%
R=36.47%
G=34.59%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320216900.050.210.164534.3874.9
HexD5CAA90515102d224b
Octal3253122510525205542113
Binary110101011100101010101001010110101100001011011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CAA9; }

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

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

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

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

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

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

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

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