#DCD9C7

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

Shades of Loafer #DCD9C7

Tints of Loafer #DCD9C7

Color information

#DCD9C7 (or 0xDCD9C7) is unknown color: approx Loafer. HEX triplet: DC, D9 and C7. RGB value is (220,217,199). Sum of RGB (Red+Green+Blue) = 220+217+199=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 217 (85.16% from 255 or 34.12% from 636); Blue value is 199 (78.12% from 255 or 31.29% from 636); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD9C7 is #232638. Grayscale: #D7D7D7. Windows color (decimal): -2303545 or 13097436. OLE color: 13097436.

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

Color convert

RGB220217199-
CMYK00.010.100.14
HSL51.43º23.08%82.16%-
HSV(B)51.43º9.55%86.27%-
XYZ64.6468.9663.94-
YUV215.84118.49130.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.59%
GREEN value IS 217 (85.16% from 255) = 34.12%
BLUE value IS 199 (78.12% from 255) = 31.29%
R=34.59%
G=34.12%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021719900.010.100.1451.4323.0882.16
HexDCD9C701AE331752
Octal3343313070112166327122
Binary1101110011011001110001110110101110110011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD9C7; }

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

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

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

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

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

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

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

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