#D6D4BE

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

Shades of Loafer #D6D4BE

Tints of Loafer #D6D4BE

Color information

#D6D4BE (or 0xD6D4BE) is unknown color: approx Loafer. HEX triplet: D6, D4 and BE. RGB value is (214,212,190). Sum of RGB (Red+Green+Blue) = 214+212+190=616 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.74% from 616); Green value is 212 (83.20% from 255 or 34.42% from 616); Blue value is 190 (74.61% from 255 or 30.84% from 616); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D4BE is #292B41. Grayscale: #D2D2D2. Windows color (decimal): -2698050 or 12506326. OLE color: 12506326.

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

Color convert

RGB214212190-
CMYK00.010.110.16
HSL55º22.64%79.22%-
HSV(B)55º11.21%83.92%-
XYZ60.5765.158.09-
YUV210.09116.66130.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.74%
GREEN value IS 212 (83.20% from 255) = 34.42%
BLUE value IS 190 (74.61% from 255) = 30.84%
R=34.74%
G=34.42%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421219000.010.110.165522.6479.22
HexD6D4BE01B1037174f
Octal3263242760113206727117
Binary11010110110101001011111001101110000110111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D4BE; }

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

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

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

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

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

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

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

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