Html Css Color HEX #DCD6D4 Mercury

📋 copy color: '#DCD6D4'

red 220 ◦ green 214 ◦ blue 212

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

Shades of Mercury #DCD6D4

Tints of Mercury #DCD6D4

RGB

 RED value IS 220 (86.33% from 255) = 34.06%

 GREEN value IS 214 (83.98% from 255) = 33.13%

 BLUE value IS 212 (83.2% from 255) = 32.82%

R = 34.06%
G = 33.13%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DCD6D4 (or 0xDCD6D4) is known color: Mercury. HEX triplet: DC, D6 and D4. RGB value is (220,214,212). Sum of RGB (Red+Green+Blue) = 220+214+212=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 214 (83.98% from 255 or 33.13% from 646); Blue value is 212 (83.20% from 255 or 32.82% from 646); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD6D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD6D4 is #23292B. Grayscale: #D7D7D7. Windows color (decimal): -2304300 or 13948636. OLE color: 13948636.

HSL color Cylindrical-coordinate representation of color #DCD6D4: hue angle of 15º degrees, saturation: 0.1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DCD6D4 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 214 212 -
CMYK 0 0.03 0.04 0.14
HSL 15º 0.1% 0.85% -
HSV(B) 15º 0.04% 0.86% -
XYZ 65.45 68.06 71.98 -
YUV 215.57 125.99 131.16 -
System Red Green Blue C M Y K H S L
Decimal 220 214 212 0 0.03 0.04 0.14 15 0.1 0.85
Hex DC D6 D4 0 3 4 E F A 55
Octal 334 326 324 0 3 4 16 17 12 125
Binary 11011100 11010110 11010100 0 11 100 1110 1111 1010 1010101

Color Harmonies of #DCD6D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD6D4

Black with #DCD6D4

Text Example


Text Example

White with #DCD6D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD6D4; }

 p { color: rgb(220,214,212); }

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

background-color css

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

 a { background-color: rgb(220,214,212); }

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

border-color css

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

 span { border-color: rgb(220,214,212); }

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