#DAD9BA

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

Shades of Loafer #DAD9BA

Tints of Loafer #DAD9BA

Color information

#DAD9BA (or 0xDAD9BA) is unknown color: approx Loafer. HEX triplet: DA, D9 and BA. RGB value is (218,217,186). Sum of RGB (Red+Green+Blue) = 218+217+186=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 217 (85.16% from 255 or 34.94% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD9BA is #252645. Grayscale: #D5D5D5. Windows color (decimal): -2434630 or 12245466. OLE color: 12245466.

HSL color Cylindrical-coordinate representation of color #DAD9BA: hue angle of 58.12º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAD9BA is Cyan = 0, Magento = 0.00, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB218217186-
CMYK00.000.150.15
HSL58.12º30.19%79.22%-
HSV(B)58.12º14.68%85.49%-
XYZ62.5968.0856.3-
YUV213.76112.33131.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.10%
GREEN value IS 217 (85.16% from 255) = 34.94%
BLUE value IS 186 (73.05% from 255) = 29.95%
R=35.10%
G=34.94%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821718600.000.150.1558.1230.1979.22
HexDAD9BA00FF3a1e4f
Octal3323312720017177236117
Binary1101101011011001101110100011111111111010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD9BA; }

 p { color: rgb(218,217,186); }

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

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

 a { background-color: rgb(218,217,186); }

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

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

 span { border-color: rgb(218,217,186); }

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