Html Css Color HEX #DDD9D2 Merino

📋 copy color: '#DDD9D2'

red 221 ◦ green 217 ◦ blue 210

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

Shades of Merino #DDD9D2

Tints of Merino #DDD9D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.41%

R = 34.1%
G = 33.49%
B = 32.41%

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

#DDD9D2 (or 0xDDD9D2) is known color: Merino. HEX triplet: DD, D9 and D2. RGB value is (221,217,210). Sum of RGB (Red+Green+Blue) = 221+217+210=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 217 (85.16% from 255 or 33.49% from 648); Blue value is 210 (82.42% from 255 or 32.41% from 648); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD9D2 is #22262D. Grayscale: #D9D9D9. Windows color (decimal): -2237998 or 13818333. OLE color: 13818333.

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

Color convert

RGB 221 217 210 -
CMYK 0 0.02 0.05 0.13
HSL 38.18º 0.14% 0.85% -
HSV(B) 38.18º 0.05% 0.87% -
XYZ 66.26 69.65 70.92 -
YUV 217.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 221 217 210 0 0.02 0.05 0.13 38.18 0.14 0.85
Hex DD D9 D2 0 2 5 D 26 E 55
Octal 335 331 322 0 2 5 15 46 16 125
Binary 11011101 11011001 11010010 0 10 101 1101 100110 1110 1010101

Color Harmonies of #DDD9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD9D2

Black with #DDD9D2

Text Example


Text Example

White with #DDD9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD9D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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