#DCD9BE

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

Shades of Loafer #DCD9BE

Tints of Loafer #DCD9BE

Color information

#DCD9BE (or 0xDCD9BE) is unknown color: approx Loafer. HEX triplet: DC, D9 and BE. RGB value is (220,217,190). Sum of RGB (Red+Green+Blue) = 220+217+190=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 217 (85.16% from 255 or 34.61% from 627); Blue value is 190 (74.61% from 255 or 30.30% from 627); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD9BE is #232641. Grayscale: #D6D6D6. Windows color (decimal): -2303554 or 12507612. OLE color: 12507612.

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

Color convert

RGB220217190-
CMYK00.010.140.14
HSL54º30%80.39%-
HSV(B)54º13.64%86.27%-
XYZ63.6268.5658.6-
YUV214.82113.99131.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.09%
GREEN value IS 217 (85.16% from 255) = 34.61%
BLUE value IS 190 (74.61% from 255) = 30.30%
R=35.09%
G=34.61%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021719000.010.140.14543080.39
HexDCD9BE01EE361e50
Octal3343312760116166636120
Binary1101110011011001101111100111101110110110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD9BE; }

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

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

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

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

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

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

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

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