#DCD9C4

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

Shades of Loafer #DCD9C4

Tints of Loafer #DCD9C4

Color information

#DCD9C4 (or 0xDCD9C4) is unknown color: approx Loafer. HEX triplet: DC, D9 and C4. RGB value is (220,217,196). Sum of RGB (Red+Green+Blue) = 220+217+196=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 217 (85.16% from 255 or 34.28% from 633); Blue value is 196 (76.95% from 255 or 30.96% from 633); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD9C4 is #23263B. Grayscale: #D7D7D7. Windows color (decimal): -2303548 or 12900828. OLE color: 12900828.

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

Color convert

RGB220217196-
CMYK00.010.110.14
HSL52.5º25.53%81.57%-
HSV(B)52.5º10.91%86.27%-
XYZ64.2968.8362.12-
YUV215.5116.99131.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.76%
GREEN value IS 217 (85.16% from 255) = 34.28%
BLUE value IS 196 (76.95% from 255) = 30.96%
R=34.76%
G=34.28%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021719600.010.110.1452.525.5381.57
HexDCD9C401BE341a52
Octal3343313040113166432122
Binary1101110011011001110001000110111110110100110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD9C4; }

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

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

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

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

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

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

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

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