Html Css Color HEX #D6CDA8 Parchment

📋 copy color: '#D6CDA8'

red 214 ◦ green 205 ◦ blue 168

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

Shades of Parchment #D6CDA8

Tints of Parchment #D6CDA8

RGB

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

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

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

R = 36.46%
G = 34.92%
B = 28.62%

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

#D6CDA8 (or 0xD6CDA8) is known color: Parchment. HEX triplet: D6, CD and A8. RGB value is (214,205,168). Sum of RGB (Red+Green+Blue) = 214+205+168=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 168 (66.02% from 255 or 28.62% from 587); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CDA8 is #293257. Grayscale: #CBCBCB. Windows color (decimal): -2699864 or 11062742. OLE color: 11062742.

HSL color Cylindrical-coordinate representation of color #D6CDA8: hue angle of 48.26º degrees, saturation: 0.36, 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 #D6CDA8 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 205 168 -
CMYK 0 0.04 0.21 0.16
HSL 48.26º 0.36% 0.75% -
HSV(B) 48.26º 0.21% 0.84% -
XYZ 56.63 60.79 45.79 -
YUV 203.47 107.98 135.51 -
System Red Green Blue C M Y K H S L
Decimal 214 205 168 0 0.04 0.21 0.16 48.26 0.36 0.75
Hex D6 CD A8 0 4 15 10 30 24 4B
Octal 326 315 250 0 4 25 20 60 44 113
Binary 11010110 11001101 10101000 0 100 10101 10000 110000 100100 1001011

Color Harmonies of #D6CDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CDA8

Black with #D6CDA8

Text Example


Text Example

White with #D6CDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CDA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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