#DFDBD2

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

Shades of Merino #DFDBD2

Tints of Merino #DFDBD2

Color information

#DFDBD2 (or 0xDFDBD2) is unknown color: approx Merino. HEX triplet: DF, DB and D2. RGB value is (223,219,210). Sum of RGB (Red+Green+Blue) = 223+219+210=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 210 (82.42% from 255 or 32.21% from 652); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDBD2 is #20242D. Grayscale: #DBDBDB. Windows color (decimal): -2106414 or 13818847. OLE color: 13818847.

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

Color convert

RGB223219210-
CMYK00.020.060.13
HSL41.54º16.88%84.9%-
HSV(B)41.54º5.83%87.45%-
XYZ67.47171.13-
YUV219.17122.83130.73-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.20%
GREEN value IS 219 (85.94% from 255) = 33.59%
BLUE value IS 210 (82.42% from 255) = 32.21%
R=34.20%
G=33.59%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321921000.020.060.1341.5416.8884.9
HexDFDBD2026D2a1155
Octal337333322026155221125
Binary1101111111011011110100100101101101101010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDBD2; }

 p { color: rgb(223,219,210); }

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

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

 a { background-color: rgb(223,219,210); }

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

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

 span { border-color: rgb(223,219,210); }

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