Html Css Color HEX #D2C9A8 Parchment

📋 copy color: '#D2C9A8'

red 210 ◦ green 201 ◦ blue 168

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

Shades of Parchment #D2C9A8

Tints of Parchment #D2C9A8

RGB

 RED value IS 210 (82.42% from 255) = 36.27%

 GREEN value IS 201 (78.91% from 255) = 34.72%

 BLUE value IS 168 (66.02% from 255) = 29.02%

R = 36.27%
G = 34.72%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.2

 K value IS 0.18

RGB Variations

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

Color information

#D2C9A8 (or 0xD2C9A8) is known color: Parchment. HEX triplet: D2, C9 and A8. RGB value is (210,201,168). Sum of RGB (Red+Green+Blue) = 210+201+168=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 168 (66.02% from 255 or 29.02% from 579); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C9A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C9A8 is #2D3657. Grayscale: #C8C8C8. Windows color (decimal): -2963032 or 11061714. OLE color: 11061714.

HSL color Cylindrical-coordinate representation of color #D2C9A8: hue angle of 47.14º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2C9A8 is Cyan = 0, Magento = 0.04, Yellow = 0.2 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 201 168 -
CMYK 0 0.04 0.2 0.18
HSL 47.14º 0.32% 0.74% -
HSV(B) 47.14º 0.2% 0.82% -
XYZ 54.53 58.3 45.43 -
YUV 199.93 109.98 135.18 -
System Red Green Blue C M Y K H S L
Decimal 210 201 168 0 0.04 0.2 0.18 47.14 0.32 0.74
Hex D2 C9 A8 0 4 14 12 2F 20 4A
Octal 322 311 250 0 4 24 22 57 40 112
Binary 11010010 11001001 10101000 0 100 10100 10010 101111 100000 1001010

Color Harmonies of #D2C9A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C9A8

Black with #D2C9A8

Text Example


Text Example

White with #D2C9A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C9A8; }

 p { color: rgb(210,201,168); }

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

background-color css

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

 a { background-color: rgb(210,201,168); }

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

border-color css

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

 span { border-color: rgb(210,201,168); }

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