#D5CCA9

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

Shades of Parchment #D5CCA9

Tints of Parchment #D5CCA9

Color information

#D5CCA9 (or 0xD5CCA9) is unknown color: approx Parchment. HEX triplet: D5, CC and A9. RGB value is (213,204,169). Sum of RGB (Red+Green+Blue) = 213+204+169=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 169 (66.41% from 255 or 28.84% from 586); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CCA9 is #2A3356. Grayscale: #CACACA. Windows color (decimal): -2765655 or 11128021. OLE color: 11128021.

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

Color convert

RGB213204169-
CMYK00.040.210.16
HSL47.73º34.38%74.9%-
HSV(B)47.73º20.66%83.53%-
XYZ56.1960.246.19-
YUV202.7108.98135.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.35%
GREEN value IS 204 (80.08% from 255) = 34.81%
BLUE value IS 169 (66.41% from 255) = 28.84%
R=36.35%
G=34.81%
B=28.84%

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
Decimal21320416900.040.210.1647.7334.3874.9
HexD5CCA904151030224b
Octal3253142510425206042113
Binary110101011100110010101001010010101100001100001000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CCA9; }

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

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

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

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

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

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

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

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