Html Css Color HEX #DDD9D1 Merino

📋 copy color: '#DDD9D1'

red 221 ◦ green 217 ◦ blue 209

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

Shades of Merino #DDD9D1

Tints of Merino #DDD9D1

RGB

 RED value IS 221 (86.72% from 255) = 34.16%

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

 BLUE value IS 209 (82.03% from 255) = 32.3%

R = 34.16%
G = 33.54%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DDD9D1 (or 0xDDD9D1) is known color: Merino. HEX triplet: DD, D9 and D1. RGB value is (221,217,209). Sum of RGB (Red+Green+Blue) = 221+217+209=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 217 (85.16% from 255 or 33.54% from 647); Blue value is 209 (82.03% from 255 or 32.30% from 647); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD9D1 is #22262E. Grayscale: #D9D9D9. Windows color (decimal): -2237999 or 13752797. OLE color: 13752797.

HSL color Cylindrical-coordinate representation of color #DDD9D1: hue angle of 40º degrees, saturation: 0.15, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDD9D1 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 217 209 -
CMYK 0 0.02 0.05 0.13
HSL 40º 0.15% 0.84% -
HSV(B) 40º 0.05% 0.87% -
XYZ 66.14 69.6 70.27 -
YUV 217.28 123.33 130.65 -
System Red Green Blue C M Y K H S L
Decimal 221 217 209 0 0.02 0.05 0.13 40 0.15 0.84
Hex DD D9 D1 0 2 5 D 28 F 54
Octal 335 331 321 0 2 5 15 50 17 124
Binary 11011101 11011001 11010001 0 10 101 1101 101000 1111 1010100

Color Harmonies of #DDD9D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD9D1

Black with #DDD9D1

Text Example


Text Example

White with #DDD9D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD9D1; }

 p { color: rgb(221,217,209); }

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

background-color css

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

 a { background-color: rgb(221,217,209); }

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

border-color css

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

 span { border-color: rgb(221,217,209); }

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