#DCDCC2

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

Shades of Loafer #DCDCC2

Tints of Loafer #DCDCC2

Color information

#DCDCC2 (or 0xDCDCC2) is unknown color: approx Loafer. HEX triplet: DC, DC and C2. RGB value is (220,220,194). Sum of RGB (Red+Green+Blue) = 220+220+194=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 194 (76.17% from 255 or 30.60% from 634); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDCC2 is #23233D. Grayscale: #D9D9D9. Windows color (decimal): -2302782 or 12770524. OLE color: 12770524.

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

Color convert

RGB220220194-
CMYK000.120.14
HSL60º27.08%81.18%-
HSV(B)60º11.82%86.27%-
XYZ64.8570.361.19-
YUV217.04115130.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.70%
GREEN value IS 220 (86.33% from 255) = 34.70%
BLUE value IS 194 (76.17% from 255) = 30.60%
R=34.70%
G=34.70%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220220194000.120.146027.0881.18
HexDCDCC200CE3c1b51
Octal3343343020014167433121
Binary1101110011011100110000100011001110111100110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDCC2; }

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

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

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

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

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

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

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

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