#DFD9D0

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

Shades of Merino #DFD9D0

Tints of Merino #DFD9D0

Color information

#DFD9D0 (or 0xDFD9D0) is unknown color: approx Merino. HEX triplet: DF, D9 and D0. RGB value is (223,217,208). Sum of RGB (Red+Green+Blue) = 223+217+208=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 217 (85.16% from 255 or 33.49% from 648); Blue value is 208 (81.64% from 255 or 32.10% from 648); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD9D0 is #20262F. Grayscale: #D9D9D9. Windows color (decimal): -2106928 or 13687263. OLE color: 13687263.

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

Color convert

RGB223217208-
CMYK00.030.070.13
HSL36º18.99%84.51%-
HSV(B)36º6.73%87.45%-
XYZ66.6369.8769.65-
YUV217.77122.49131.73-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.41%
GREEN value IS 217 (85.16% from 255) = 33.49%
BLUE value IS 208 (81.64% from 255) = 32.10%
R=34.41%
G=33.49%
B=32.10%

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
Decimal22321720800.030.070.133618.9984.51
HexDFD9D0037D241355
Octal337331320037154423125
Binary1101111111011001110100000111111101100100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD9D0; }

 p { color: rgb(223,217,208); }

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

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

 a { background-color: rgb(223,217,208); }

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

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

 span { border-color: rgb(223,217,208); }

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