#D1CBAB

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

Shades of Parchment #D1CBAB

Tints of Parchment #D1CBAB

Color information

#D1CBAB (or 0xD1CBAB) is unknown color: approx Parchment. HEX triplet: D1, CB and AB. RGB value is (209,203,171). Sum of RGB (Red+Green+Blue) = 209+203+171=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 171 (67.19% from 255 or 29.33% from 583); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CBAB is #2E3454. Grayscale: #C9C9C9. Windows color (decimal): -3028053 or 11258833. OLE color: 11258833.

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

Color convert

RGB209203171-
CMYK00.030.180.18
HSL50.53º29.23%74.51%-
HSV(B)50.53º18.18%81.96%-
XYZ5559.2147.06-
YUV201.15110.99133.6-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.85%
GREEN value IS 203 (79.69% from 255) = 34.82%
BLUE value IS 171 (67.19% from 255) = 29.33%
R=35.85%
G=34.82%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920317100.030.180.1850.5329.2374.51
HexD1CBAB031212331d4b
Octal3213132530322226335113
Binary1101000111001011101010110111001010010110011111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CBAB; }

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

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

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

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

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

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

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

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