Html Css Color HEX #D1C5AF Parchment

📋 copy color: '#D1C5AF'

red 209 ◦ green 197 ◦ blue 175

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

Shades of Parchment #D1C5AF

Tints of Parchment #D1C5AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.12%

R = 35.97%
G = 33.91%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D1C5AF (or 0xD1C5AF) is known color: Parchment. HEX triplet: D1, C5 and AF. RGB value is (209,197,175). Sum of RGB (Red+Green+Blue) = 209+197+175=581 (76% of max value = 765). Red value is 209 (82.03% from 255 or 35.97% from 581); Green value is 197 (77.34% from 255 or 33.91% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C5AF is #2E3A50. Grayscale: #C6C6C6. Windows color (decimal): -3029585 or 11519441. OLE color: 11519441.

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

Color convert

RGB 209 197 175 -
CMYK 0 0.06 0.16 0.18
HSL 38.82º 0.27% 0.75% -
HSV(B) 38.82º 0.16% 0.82% -
XYZ 54 56.58 48.63 -
YUV 198.08 114.98 135.79 -
System Red Green Blue C M Y K H S L
Decimal 209 197 175 0 0.06 0.16 0.18 38.82 0.27 0.75
Hex D1 C5 AF 0 6 10 12 27 1B 4B
Octal 321 305 257 0 6 20 22 47 33 113
Binary 11010001 11000101 10101111 0 110 10000 10010 100111 11011 1001011

Color Harmonies of #D1C5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C5AF

Black with #D1C5AF

Text Example


Text Example

White with #D1C5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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