#DCDCC3

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

Shades of Loafer #DCDCC3

Tints of Loafer #DCDCC3

Color information

#DCDCC3 (or 0xDCDCC3) is unknown color: approx Loafer. HEX triplet: DC, DC and C3. RGB value is (220,220,195). Sum of RGB (Red+Green+Blue) = 220+220+195=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 195 (76.56% from 255 or 30.71% from 635); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDCC3 is #23233C. Grayscale: #D9D9D9. Windows color (decimal): -2302781 or 12836060. OLE color: 12836060.

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

Color convert

RGB220220195-
CMYK000.110.14
HSL60º26.32%81.37%-
HSV(B)60º11.36%86.27%-
XYZ64.9670.3461.78-
YUV217.15115.5130.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.65%
GREEN value IS 220 (86.33% from 255) = 34.65%
BLUE value IS 195 (76.56% from 255) = 30.71%
R=34.65%
G=34.65%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220220195000.110.146026.3281.37
HexDCDCC300BE3c1a51
Octal3343343030013167432121
Binary1101110011011100110000110010111110111100110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDCC3; }

 p { color: rgb(220,220,195); }

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

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

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

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

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

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

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