#DCD9C6

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

Shades of Loafer #DCD9C6

Tints of Loafer #DCD9C6

Color information

#DCD9C6 (or 0xDCD9C6) is unknown color: approx Loafer. HEX triplet: DC, D9 and C6. RGB value is (220,217,198). Sum of RGB (Red+Green+Blue) = 220+217+198=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 217 (85.16% from 255 or 34.17% from 635); Blue value is 198 (77.73% from 255 or 31.18% from 635); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD9C6 is #232639. Grayscale: #D7D7D7. Windows color (decimal): -2303546 or 13031900. OLE color: 13031900.

HSL color Cylindrical-coordinate representation of color #DCD9C6: hue angle of 51.82º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCD9C6 is Cyan = 0, Magento = 0.01, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB220217198-
CMYK00.010.10.14
HSL51.82º23.91%81.96%-
HSV(B)51.82º10%86.27%-
XYZ64.5268.9263.33-
YUV215.73117.99131.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.65%
GREEN value IS 217 (85.16% from 255) = 34.17%
BLUE value IS 198 (77.73% from 255) = 31.18%
R=34.65%
G=34.17%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021719800.010.10.1451.8223.9181.96
HexDCD9C601AE341852
Octal3343313060112166430122
Binary1101110011011001110001100110101110110100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD9C6; }

 p { color: rgb(220,217,198); }

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

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

 a { background-color: rgb(220,217,198); }

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

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

 span { border-color: rgb(220,217,198); }

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