#D6D4C1

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

Shades of Loafer #D6D4C1

Tints of Loafer #D6D4C1

Color information

#D6D4C1 (or 0xD6D4C1) is unknown color: approx Loafer. HEX triplet: D6, D4 and C1. RGB value is (214,212,193). Sum of RGB (Red+Green+Blue) = 214+212+193=619 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.57% from 619); Green value is 212 (83.20% from 255 or 34.25% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D4C1 is #292B3E. Grayscale: #D2D2D2. Windows color (decimal): -2698047 or 12702934. OLE color: 12702934.

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

Color convert

RGB214212193-
CMYK00.010.100.16
HSL54.29º20.39%79.8%-
HSV(B)54.29º9.81%83.92%-
XYZ60.965.2359.83-
YUV210.43118.16130.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.57%
GREEN value IS 212 (83.20% from 255) = 34.25%
BLUE value IS 193 (75.78% from 255) = 31.18%
R=34.57%
G=34.25%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421219300.010.100.1654.2920.3979.8
HexD6D4C101A10361450
Octal3263243010112206624120
Binary11010110110101001100000101101010000110110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D4C1; }

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

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

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

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

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

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

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

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