#DCD8C0

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

Shades of Loafer #DCD8C0

Tints of Loafer #DCD8C0

Color information

#DCD8C0 (or 0xDCD8C0) is unknown color: approx Loafer. HEX triplet: DC, D8 and C0. RGB value is (220,216,192). Sum of RGB (Red+Green+Blue) = 220+216+192=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 216 (84.77% from 255 or 34.39% from 628); Blue value is 192 (75.39% from 255 or 30.57% from 628); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD8C0 is #23273F. Grayscale: #D6D6D6. Windows color (decimal): -2303808 or 12638428. OLE color: 12638428.

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

Color convert

RGB220216192-
CMYK00.020.130.14
HSL51.43º28.57%80.78%-
HSV(B)51.43º12.73%86.27%-
XYZ63.5968.1359.67-
YUV214.46115.33131.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.03%
GREEN value IS 216 (84.77% from 255) = 34.39%
BLUE value IS 192 (75.39% from 255) = 30.57%
R=35.03%
G=34.39%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021619200.020.130.1451.4328.5780.78
HexDCD8C002DE331d51
Octal3343303000215166335121
Binary11011100110110001100000001011011110110011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD8C0; }

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

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

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

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

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

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

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

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