#DCD9D4

Color #DCD9D4 Merino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Merino #DCD9D4

Tints of Merino #DCD9D4

Color information

#DCD9D4 (or 0xDCD9D4) is unknown color: approx Merino. HEX triplet: DC, D9 and D4. RGB value is (220,217,212). Sum of RGB (Red+Green+Blue) = 220+217+212=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 217 (85.16% from 255 or 33.44% from 649); Blue value is 212 (83.20% from 255 or 32.67% from 649); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD9D4 is #23262B. Grayscale: #D9D9D9. Windows color (decimal): -2303532 or 13949404. OLE color: 13949404.

HSL color Cylindrical-coordinate representation of color #DCD9D4: hue angle of 37.5º 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 #DCD9D4 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB220217212-
CMYK00.010.040.14
HSL37.5º10.26%84.71%-
HSV(B)37.5º3.64%86.27%-
XYZ66.2169.5972.23-
YUV217.33124.99129.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.90%
GREEN value IS 217 (85.16% from 255) = 33.44%
BLUE value IS 212 (83.20% from 255) = 32.67%
R=33.90%
G=33.44%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021721200.010.040.1437.510.2684.71
HexDCD9D4014E26a55
Octal334331324014164612125
Binary11011100110110011101010001100111010011010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD9D4; }

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

 H1.HeaderClassName
 {
   color: #DCD9D4;
 }
 .AnyTagClassName
 {
   color: #DCD9D4;
 }
</style>
background-color css

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

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

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

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

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

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