#DCD9BB

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

Shades of Loafer #DCD9BB

Tints of Loafer #DCD9BB

Color information

#DCD9BB (or 0xDCD9BB) is unknown color: approx Loafer. HEX triplet: DC, D9 and BB. RGB value is (220,217,187). Sum of RGB (Red+Green+Blue) = 220+217+187=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 217 (85.16% from 255 or 34.78% from 624); Blue value is 187 (73.44% from 255 or 29.97% from 624); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD9BB is #232644. Grayscale: #D6D6D6. Windows color (decimal): -2303557 or 12311004. OLE color: 12311004.

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

Color convert

RGB220217187-
CMYK00.010.150.14
HSL54.55º32.04%79.8%-
HSV(B)54.55º15%86.27%-
XYZ63.368.4356.89-
YUV214.48112.49131.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.26%
GREEN value IS 217 (85.16% from 255) = 34.78%
BLUE value IS 187 (73.44% from 255) = 29.97%
R=35.26%
G=34.78%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021718700.010.150.1454.5532.0479.8
HexDCD9BB01FE372050
Octal3343312730117166740120
Binary11011100110110011011101101111111101101111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD9BB; }

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

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

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

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

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

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

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

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