Html Css Color HEX #D1C5AD Parchment

📋 copy color: '#D1C5AD'

red 209 ◦ green 197 ◦ blue 173

#D1C5AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Parchment #D1C5AD

Tints of Parchment #D1C5AD

RGB

 RED value IS 209 (82.03% from 255) = 36.1%

 GREEN value IS 197 (77.34% from 255) = 34.02%

 BLUE value IS 173 (67.97% from 255) = 29.88%

R = 36.1%
G = 34.02%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D1C5AD (or 0xD1C5AD) is known color: Parchment. HEX triplet: D1, C5 and AD. RGB value is (209,197,173). Sum of RGB (Red+Green+Blue) = 209+197+173=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 197 (77.34% from 255 or 34.02% from 579); Blue value is 173 (67.97% from 255 or 29.88% from 579); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C5AD is #2E3A52. Grayscale: #C5C5C5. Windows color (decimal): -3029587 or 11388369. OLE color: 11388369.

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

Color convert

RGB 209 197 173 -
CMYK 0 0.06 0.17 0.18
HSL 40º 0.28% 0.75% -
HSV(B) 40º 0.17% 0.82% -
XYZ 53.8 56.5 47.61 -
YUV 197.85 113.98 135.95 -
System Red Green Blue C M Y K H S L
Decimal 209 197 173 0 0.06 0.17 0.18 40 0.28 0.75
Hex D1 C5 AD 0 6 11 12 28 1C 4B
Octal 321 305 255 0 6 21 22 50 34 113
Binary 11010001 11000101 10101101 0 110 10001 10010 101000 11100 1001011

Color Harmonies of #D1C5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C5AD

Black with #D1C5AD

Text Example


Text Example

White with #D1C5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C5AD; }

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

 H1.HeaderClassName
 {
   color: #D1C5AD;
 }
 .AnyTagClassName
 {
   color: #D1C5AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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