#DFDCC0

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

Shades of Loafer #DFDCC0

Tints of Loafer #DFDCC0

Color information

#DFDCC0 (or 0xDFDCC0) is unknown color: approx Loafer. HEX triplet: DF, DC and C0. RGB value is (223,220,192). Sum of RGB (Red+Green+Blue) = 223+220+192=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 192 (75.39% from 255 or 30.24% from 635); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCC0 is #20233F. Grayscale: #D9D9D9. Windows color (decimal): -2106176 or 12639455. OLE color: 12639455.

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

Color convert

RGB223220192-
CMYK00.010.140.13
HSL54.19º32.63%81.37%-
HSV(B)54.19º13.9%87.45%-
XYZ65.5470.6860.06-
YUV217.7113.49131.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.12%
GREEN value IS 220 (86.33% from 255) = 34.65%
BLUE value IS 192 (75.39% from 255) = 30.24%
R=35.12%
G=34.65%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322019200.010.140.1354.1932.6381.37
HexDFDCC001ED362151
Octal3373343000116156641121
Binary11011111110111001100000001111011011101101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCC0; }

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

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

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

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

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

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

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

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