Html Css Color HEX #D1C7AF Parchment

📋 copy color: '#D1C7AF'

red 209 ◦ green 199 ◦ blue 175

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

Shades of Parchment #D1C7AF

Tints of Parchment #D1C7AF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.13%

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

R = 35.85%
G = 34.13%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D1C7AF (or 0xD1C7AF) is known color: Parchment. HEX triplet: D1, C7 and AF. RGB value is (209,199,175). Sum of RGB (Red+Green+Blue) = 209+199+175=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 199 (78.12% from 255 or 34.13% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C7AF is #2E3850. Grayscale: #C7C7C7. Windows color (decimal): -3029073 or 11519953. OLE color: 11519953.

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

Color convert

RGB 209 199 175 -
CMYK 0 0.05 0.16 0.18
HSL 42.35º 0.27% 0.75% -
HSV(B) 42.35º 0.16% 0.82% -
XYZ 54.46 57.5 48.79 -
YUV 199.25 114.31 134.95 -
System Red Green Blue C M Y K H S L
Decimal 209 199 175 0 0.05 0.16 0.18 42.35 0.27 0.75
Hex D1 C7 AF 0 5 10 12 2A 1B 4B
Octal 321 307 257 0 5 20 22 52 33 113
Binary 11010001 11000111 10101111 0 101 10000 10010 101010 11011 1001011

Color Harmonies of #D1C7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C7AF

Black with #D1C7AF

Text Example


Text Example

White with #D1C7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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