#D1CBAA

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

Shades of Parchment #D1CBAA

Tints of Parchment #D1CBAA

Color information

#D1CBAA (or 0xD1CBAA) is unknown color: approx Parchment. HEX triplet: D1, CB and AA. RGB value is (209,203,170). Sum of RGB (Red+Green+Blue) = 209+203+170=582 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.91% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 170 (66.80% from 255 or 29.21% from 582); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CBAA is #2E3455. Grayscale: #C9C9C9. Windows color (decimal): -3028054 or 11193297. OLE color: 11193297.

HSL color Cylindrical-coordinate representation of color #D1CBAA: hue angle of 50.77º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1CBAA is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB209203170-
CMYK00.030.190.18
HSL50.77º29.77%74.31%-
HSV(B)50.77º18.66%81.96%-
XYZ54.9159.1746.56-
YUV201.03110.49133.68-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.91%
GREEN value IS 203 (79.69% from 255) = 34.88%
BLUE value IS 170 (66.80% from 255) = 29.21%
R=35.91%
G=34.88%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920317000.030.190.1850.7729.7774.31
HexD1CBAA031312331e4a
Octal3213132520323226336112
Binary1101000111001011101010100111001110010110011111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CBAA; }

 p { color: rgb(209,203,170); }

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

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

 a { background-color: rgb(209,203,170); }

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

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

 span { border-color: rgb(209,203,170); }

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