#DFDCBB

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

Shades of Loafer #DFDCBB

Tints of Loafer #DFDCBB

Color information

#DFDCBB (or 0xDFDCBB) is unknown color: approx Loafer. HEX triplet: DF, DC and BB. RGB value is (223,220,187). Sum of RGB (Red+Green+Blue) = 223+220+187=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 187 (73.44% from 255 or 29.68% from 630); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCBB is #202344. Grayscale: #D9D9D9. Windows color (decimal): -2106181 or 12311775. OLE color: 12311775.

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

Color convert

RGB223220187-
CMYK00.010.160.13
HSL55º36%80.39%-
HSV(B)55º16.14%87.45%-
XYZ64.9970.4657.19-
YUV217.14110.99132.18-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.40%
GREEN value IS 220 (86.33% from 255) = 34.92%
BLUE value IS 187 (73.44% from 255) = 29.68%
R=35.40%
G=34.92%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322018700.010.160.13553680.39
HexDFDCBB0110D372450
Octal3373342730120156744120
Binary110111111101110010111011011000011011101111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCBB; }

 p { color: rgb(223,220,187); }

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

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

 a { background-color: rgb(223,220,187); }

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

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

 span { border-color: rgb(223,220,187); }

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