Html Css Color HEX #DCD9D4 Merino

📋 copy color: '#DCD9D4'

red 220 ◦ green 217 ◦ blue 212

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

Shades of Merino #DCD9D4

Tints of Merino #DCD9D4

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.44%

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

R = 33.9%
G = 33.44%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DCD9D4 (or 0xDCD9D4) is known color: 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

RGB 220 217 212 -
CMYK 0 0.01 0.04 0.14
HSL 37.5º 0.1% 0.85% -
HSV(B) 37.5º 0.04% 0.86% -
XYZ 66.21 69.59 72.23 -
YUV 217.33 124.99 129.91 -
System Red Green Blue C M Y K H S L
Decimal 220 217 212 0 0.01 0.04 0.14 37.5 0.1 0.85
Hex DC D9 D4 0 1 4 E 26 A 55
Octal 334 331 324 0 1 4 16 46 12 125
Binary 11011100 11011001 11010100 0 1 100 1110 100110 1010 1010101

Color Harmonies of #DCD9D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD9D4

Black with #DCD9D4

Text Example


Text Example

White with #DCD9D4

Text Example


Text Example

HTML Codes & Css Web 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>