#D6D4C4

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

Shades of Loafer #D6D4C4

Tints of Loafer #D6D4C4

Color information

#D6D4C4 (or 0xD6D4C4) is unknown color: approx Loafer. HEX triplet: D6, D4 and C4. RGB value is (214,212,196). Sum of RGB (Red+Green+Blue) = 214+212+196=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 212 (83.20% from 255 or 34.08% from 622); Blue value is 196 (76.95% from 255 or 31.51% from 622); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D4C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D4C4 is #292B3B. Grayscale: #D2D2D2. Windows color (decimal): -2698044 or 12899542. OLE color: 12899542.

HSL color Cylindrical-coordinate representation of color #D6D4C4: hue angle of 53.33º degrees, saturation: 0.18, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D6D4C4 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB214212196-
CMYK00.010.080.16
HSL53.33º18%80.39%-
HSV(B)53.33º8.41%83.92%-
XYZ61.2465.3761.61-
YUV210.77119.66130.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.41%
GREEN value IS 212 (83.20% from 255) = 34.08%
BLUE value IS 196 (76.95% from 255) = 31.51%
R=34.41%
G=34.08%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421219600.010.080.1653.331880.39
HexD6D4C401810351250
Octal3263243040110206522120
Binary11010110110101001100010001100010000110101100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D4C4; }

 p { color: rgb(214,212,196); }

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

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

 a { background-color: rgb(214,212,196); }

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

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

 span { border-color: rgb(214,212,196); }

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