#DCD9C1

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

Shades of Loafer #DCD9C1

Tints of Loafer #DCD9C1

Color information

#DCD9C1 (or 0xDCD9C1) is unknown color: approx Loafer. HEX triplet: DC, D9 and C1. RGB value is (220,217,193). Sum of RGB (Red+Green+Blue) = 220+217+193=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 217 (85.16% from 255 or 34.44% from 630); Blue value is 193 (75.78% from 255 or 30.63% from 630); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD9C1 is #23263E. Grayscale: #D7D7D7. Windows color (decimal): -2303551 or 12704220. OLE color: 12704220.

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

Color convert

RGB220217193-
CMYK00.010.120.14
HSL53.33º27.84%80.98%-
HSV(B)53.33º12.27%86.27%-
XYZ63.9568.6960.34-
YUV215.16115.49131.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.92%
GREEN value IS 217 (85.16% from 255) = 34.44%
BLUE value IS 193 (75.78% from 255) = 30.63%
R=34.92%
G=34.44%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021719300.010.120.1453.3327.8480.98
HexDCD9C101CE351c51
Octal3343313010114166534121
Binary1101110011011001110000010111001110110101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD9C1; }

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

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

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

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

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

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

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

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