Html Css Color HEX #D6CDA9 Parchment

📋 copy color: '#D6CDA9'

red 214 ◦ green 205 ◦ blue 169

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

Shades of Parchment #D6CDA9

Tints of Parchment #D6CDA9

RGB

 RED value IS 214 (83.98% from 255) = 36.39%

 GREEN value IS 205 (80.47% from 255) = 34.86%

 BLUE value IS 169 (66.41% from 255) = 28.74%

R = 36.39%
G = 34.86%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D6CDA9 (or 0xD6CDA9) is known color: Parchment. HEX triplet: D6, CD and A9. RGB value is (214,205,169). Sum of RGB (Red+Green+Blue) = 214+205+169=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 169 (66.41% from 255 or 28.74% from 588); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CDA9 is #293256. Grayscale: #CBCBCB. Windows color (decimal): -2699863 or 11128278. OLE color: 11128278.

HSL color Cylindrical-coordinate representation of color #D6CDA9: hue angle of 48º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6CDA9 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 205 169 -
CMYK 0 0.04 0.21 0.16
HSL 48º 0.35% 0.75% -
HSV(B) 48º 0.21% 0.84% -
XYZ 56.72 60.82 46.29 -
YUV 203.59 108.48 135.43 -
System Red Green Blue C M Y K H S L
Decimal 214 205 169 0 0.04 0.21 0.16 48 0.35 0.75
Hex D6 CD A9 0 4 15 10 30 23 4B
Octal 326 315 251 0 4 25 20 60 43 113
Binary 11010110 11001101 10101001 0 100 10101 10000 110000 100011 1001011

Color Harmonies of #D6CDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CDA9

Black with #D6CDA9

Text Example


Text Example

White with #D6CDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CDA9; }

 p { color: rgb(214,205,169); }

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

background-color css

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

 a { background-color: rgb(214,205,169); }

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

border-color css

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

 span { border-color: rgb(214,205,169); }

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