#DCD9B8

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

Shades of Loafer #DCD9B8

Tints of Loafer #DCD9B8

Color information

#DCD9B8 (or 0xDCD9B8) is unknown color: approx Loafer. HEX triplet: DC, D9 and B8. RGB value is (220,217,184). Sum of RGB (Red+Green+Blue) = 220+217+184=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 217 (85.16% from 255 or 34.94% from 621); Blue value is 184 (72.27% from 255 or 29.63% from 621); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD9B8 is #232647. Grayscale: #D6D6D6. Windows color (decimal): -2303560 or 12114396. OLE color: 12114396.

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

Color convert

RGB220217184-
CMYK00.010.160.14
HSL55º33.96%79.22%-
HSV(B)55º16.36%86.27%-
XYZ62.9868.355.21-
YUV214.14110.99132.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.43%
GREEN value IS 217 (85.16% from 255) = 34.94%
BLUE value IS 184 (72.27% from 255) = 29.63%
R=35.43%
G=34.94%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021718400.010.160.145533.9679.22
HexDCD9B80110E37224f
Octal3343312700120166742117
Binary110111001101100110111000011000011101101111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD9B8; }

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

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

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

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

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

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

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

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