#DCDDBA

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

Shades of Loafer #DCDDBA

Tints of Loafer #DCDDBA

Color information

#DCDDBA (or 0xDCDDBA) is unknown color: approx Loafer. HEX triplet: DC, DD and BA. RGB value is (220,221,186). Sum of RGB (Red+Green+Blue) = 220+221+186=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 186 (73.05% from 255 or 29.67% from 627); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDDBA is #232245. Grayscale: #D8D8D8. Windows color (decimal): -2302534 or 12246492. OLE color: 12246492.

HSL color Cylindrical-coordinate representation of color #DCDDBA: hue angle of 61.71º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCDDBA is Cyan = 0.00, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB220221186-
CMYK0.0000.160.13
HSL61.71º33.98%79.8%-
HSV(B)61.71º15.84%86.67%-
XYZ64.2370.4756.67-
YUV216.71110.67130.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.09%
GREEN value IS 221 (86.72% from 255) = 35.25%
BLUE value IS 186 (73.05% from 255) = 29.67%
R=35.09%
G=35.25%
B=29.67%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202211860.0000.160.1361.7133.9879.8
HexDCDDBA0010D3e2250
Octal3343352720020157642120
Binary110111001101110110111010001000011011111101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDDBA; }

 p { color: rgb(220,221,186); }

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

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

 a { background-color: rgb(220,221,186); }

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

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

 span { border-color: rgb(220,221,186); }

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