#DDD7CD

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

Shades of Merino #DDD7CD

Tints of Merino #DDD7CD

Color information

#DDD7CD (or 0xDDD7CD) is unknown color: approx Merino. HEX triplet: DD, D7 and CD. RGB value is (221,215,205). Sum of RGB (Red+Green+Blue) = 221+215+205=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 215 (84.38% from 255 or 33.54% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7CD is #222832. Grayscale: #D7D7D7. Windows color (decimal): -2238515 or 13490141. OLE color: 13490141.

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

Color convert

RGB221215205-
CMYK00.030.070.13
HSL37.5º19.05%83.53%-
HSV(B)37.5º7.24%86.67%-
XYZ65.1468.3867.52-
YUV215.65121.99131.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.48%
GREEN value IS 215 (84.38% from 255) = 33.54%
BLUE value IS 205 (80.47% from 255) = 31.98%
R=34.48%
G=33.54%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121520500.030.070.1337.519.0583.53
HexDDD7CD037D261354
Octal335327315037154623124
Binary1101110111010111110011010111111101100110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD7CD; }

 p { color: rgb(221,215,205); }

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

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

 a { background-color: rgb(221,215,205); }

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

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

 span { border-color: rgb(221,215,205); }

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