#DAD6BE

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

Shades of Loafer #DAD6BE

Tints of Loafer #DAD6BE

Color information

#DAD6BE (or 0xDAD6BE) is unknown color: approx Loafer. HEX triplet: DA, D6 and BE. RGB value is (218,214,190). Sum of RGB (Red+Green+Blue) = 218+214+190=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 214 (83.98% from 255 or 34.41% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD6BE is #252941. Grayscale: #D4D4D4. Windows color (decimal): -2435394 or 12506842. OLE color: 12506842.

HSL color Cylindrical-coordinate representation of color #DAD6BE: hue angle of 51.43º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAD6BE is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB218214190-
CMYK00.020.130.15
HSL51.43º27.45%80%-
HSV(B)51.43º12.84%85.49%-
XYZ62.2566.7258.31-
YUV212.46115.33131.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.05%
GREEN value IS 214 (83.98% from 255) = 34.41%
BLUE value IS 190 (74.61% from 255) = 30.55%
R=35.05%
G=34.41%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821419000.020.130.1551.4327.4580
HexDAD6BE02DF331b50
Octal3323262760215176333120
Binary11011010110101101011111001011011111110011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD6BE; }

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

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

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

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

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

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

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

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