Html Css Color HEX #D1C6AD Parchment

📋 copy color: '#D1C6AD'

red 209 ◦ green 198 ◦ blue 173

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

Shades of Parchment #D1C6AD

Tints of Parchment #D1C6AD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.14%

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

R = 36.03%
G = 34.14%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D1C6AD (or 0xD1C6AD) is known color: Parchment. HEX triplet: D1, C6 and AD. RGB value is (209,198,173). Sum of RGB (Red+Green+Blue) = 209+198+173=580 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.03% from 580); Green value is 198 (77.73% from 255 or 34.14% from 580); Blue value is 173 (67.97% from 255 or 29.83% from 580); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C6AD is #2E3952. Grayscale: #C6C6C6. Windows color (decimal): -3029331 or 11388625. OLE color: 11388625.

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

Color convert

RGB 209 198 173 -
CMYK 0 0.05 0.17 0.18
HSL 41.67º 0.28% 0.75% -
HSV(B) 41.67º 0.17% 0.82% -
XYZ 54.03 56.96 47.68 -
YUV 198.44 113.64 135.53 -
System Red Green Blue C M Y K H S L
Decimal 209 198 173 0 0.05 0.17 0.18 41.67 0.28 0.75
Hex D1 C6 AD 0 5 11 12 2A 1C 4B
Octal 321 306 255 0 5 21 22 52 34 113
Binary 11010001 11000110 10101101 0 101 10001 10010 101010 11100 1001011

Color Harmonies of #D1C6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C6AD

Black with #D1C6AD

Text Example


Text Example

White with #D1C6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C6AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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