#DCDBC6

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

Shades of Loafer #DCDBC6

Tints of Loafer #DCDBC6

Color information

#DCDBC6 (or 0xDCDBC6) is unknown color: approx Loafer. HEX triplet: DC, DB and C6. RGB value is (220,219,198). Sum of RGB (Red+Green+Blue) = 220+219+198=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 198 (77.73% from 255 or 31.08% from 637); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDBC6 is #232439. Grayscale: #D8D8D8. Windows color (decimal): -2303034 or 13032412. OLE color: 13032412.

HSL color Cylindrical-coordinate representation of color #DCDBC6: hue angle of 57.27º degrees, saturation: 0.24, 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 #DCDBC6 is Cyan = 0, Magento = 0.00, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB220219198-
CMYK00.000.10.14
HSL57.27º23.91%81.96%-
HSV(B)57.27º10%86.27%-
XYZ65.0469.9663.5-
YUV216.9117.33130.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.54%
GREEN value IS 219 (85.94% from 255) = 34.38%
BLUE value IS 198 (77.73% from 255) = 31.08%
R=34.54%
G=34.38%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021919800.000.10.1457.2723.9181.96
HexDCDBC600AE391852
Octal3343333060012167130122
Binary1101110011011011110001100010101110111001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDBC6; }

 p { color: rgb(220,219,198); }

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

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

 a { background-color: rgb(220,219,198); }

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

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

 span { border-color: rgb(220,219,198); }

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