Html Css Color HEX #D1C6AB Parchment

📋 copy color: '#D1C6AB'

red 209 ◦ green 198 ◦ blue 171

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

Shades of Parchment #D1C6AB

Tints of Parchment #D1C6AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 29.58%

R = 36.16%
G = 34.26%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D1C6AB (or 0xD1C6AB) is known color: Parchment. HEX triplet: D1, C6 and AB. RGB value is (209,198,171). Sum of RGB (Red+Green+Blue) = 209+198+171=578 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.16% from 578); Green value is 198 (77.73% from 255 or 34.26% from 578); Blue value is 171 (67.19% from 255 or 29.58% from 578); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C6AB is #2E3954. Grayscale: #C6C6C6. Windows color (decimal): -3029333 or 11257553. OLE color: 11257553.

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

Color convert

RGB 209 198 171 -
CMYK 0 0.05 0.18 0.18
HSL 42.63º 0.29% 0.75% -
HSV(B) 42.63º 0.18% 0.82% -
XYZ 53.84 56.88 46.67 -
YUV 198.21 112.64 135.7 -
System Red Green Blue C M Y K H S L
Decimal 209 198 171 0 0.05 0.18 0.18 42.63 0.29 0.75
Hex D1 C6 AB 0 5 12 12 2B 1D 4B
Octal 321 306 253 0 5 22 22 53 35 113
Binary 11010001 11000110 10101011 0 101 10010 10010 101011 11101 1001011

Color Harmonies of #D1C6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C6AB

Black with #D1C6AB

Text Example


Text Example

White with #D1C6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C6AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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