#DFDDBD

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

Shades of Loafer #DFDDBD

Tints of Loafer #DFDDBD

Color information

#DFDDBD (or 0xDFDDBD) is unknown color: approx Loafer. HEX triplet: DF, DD and BD. RGB value is (223,221,189). Sum of RGB (Red+Green+Blue) = 223+221+189=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDBD is #202242. Grayscale: #DADADA. Windows color (decimal): -2105923 or 12443103. OLE color: 12443103.

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

Color convert

RGB223221189-
CMYK00.010.150.13
HSL56.47º34.69%80.78%-
HSV(B)56.47º15.25%87.45%-
XYZ65.4771.0858.41-
YUV217.95111.66131.6-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.23%
GREEN value IS 221 (86.72% from 255) = 34.91%
BLUE value IS 189 (74.22% from 255) = 29.86%
R=35.23%
G=34.91%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322118900.010.150.1356.4734.6980.78
HexDFDDBD01FD382351
Octal3373352750117157043121
Binary11011111110111011011110101111111011110001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDBD; }

 p { color: rgb(223,221,189); }

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

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

 a { background-color: rgb(223,221,189); }

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

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

 span { border-color: rgb(223,221,189); }

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