#D1CBAD

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

Shades of Parchment #D1CBAD

Tints of Parchment #D1CBAD

Color information

#D1CBAD (or 0xD1CBAD) is unknown color: approx Parchment. HEX triplet: D1, CB and AD. RGB value is (209,203,173). Sum of RGB (Red+Green+Blue) = 209+203+173=585 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.73% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CBAD is #2E3452. Grayscale: #C9C9C9. Windows color (decimal): -3028051 or 11389905. OLE color: 11389905.

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

Color convert

RGB209203173-
CMYK00.030.170.18
HSL50º28.13%74.9%-
HSV(B)50º17.22%81.96%-
XYZ55.1959.2848.07-
YUV201.37111.99133.44-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.73%
GREEN value IS 203 (79.69% from 255) = 34.70%
BLUE value IS 173 (67.97% from 255) = 29.57%
R=35.73%
G=34.70%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920317300.030.170.185028.1374.9
HexD1CBAD031112321c4b
Octal3213132550321226234113
Binary1101000111001011101011010111000110010110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CBAD; }

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

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

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

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

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

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

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

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