#D1CAAB

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

Shades of Parchment #D1CAAB

Tints of Parchment #D1CAAB

Color information

#D1CAAB (or 0xD1CAAB) is unknown color: approx Parchment. HEX triplet: D1, CA and AB. RGB value is (209,202,171). Sum of RGB (Red+Green+Blue) = 209+202+171=582 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.91% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 171 (67.19% from 255 or 29.38% from 582); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CAAB is #2E3554. Grayscale: #C8C8C8. Windows color (decimal): -3028309 or 11258577. OLE color: 11258577.

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

Color convert

RGB209202171-
CMYK00.030.180.18
HSL48.95º29.23%74.51%-
HSV(B)48.95º18.18%81.96%-
XYZ54.7758.7446.98-
YUV200.56111.32134.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.91%
GREEN value IS 202 (79.30% from 255) = 34.71%
BLUE value IS 171 (67.19% from 255) = 29.38%
R=35.91%
G=34.71%
B=29.38%

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
Decimal20920217100.030.180.1848.9529.2374.51
HexD1CAAB031212311d4b
Octal3213122530322226135113
Binary1101000111001010101010110111001010010110001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CAAB; }

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

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

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

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

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

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

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

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