#DCDAB5

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

Shades of Loafer #DCDAB5

Tints of Loafer #DCDAB5

Color information

#DCDAB5 (or 0xDCDAB5) is unknown color: approx Loafer. HEX triplet: DC, DA and B5. RGB value is (220,218,181). Sum of RGB (Red+Green+Blue) = 220+218+181=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 181 (71.09% from 255 or 29.24% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDAB5 is #23254A. Grayscale: #D6D6D6. Windows color (decimal): -2303307 or 11918044. OLE color: 11918044.

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

Color convert

RGB220218181-
CMYK00.010.180.14
HSL56.92º35.78%78.63%-
HSV(B)56.92º17.73%86.27%-
XYZ62.9368.6953.66-
YUV214.38109.16132.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.54%
GREEN value IS 218 (85.55% from 255) = 35.22%
BLUE value IS 181 (71.09% from 255) = 29.24%
R=35.54%
G=35.22%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021818100.010.180.1456.9235.7878.63
HexDCDAB50112E39244f
Octal3343322650122167144117
Binary110111001101101010110101011001011101110011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDAB5; }

 p { color: rgb(220,218,181); }

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

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

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

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

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

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

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