#DAD6BA

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

Shades of Loafer #DAD6BA

Tints of Loafer #DAD6BA

Color information

#DAD6BA (or 0xDAD6BA) is unknown color: approx Loafer. HEX triplet: DA, D6 and BA. RGB value is (218,214,186). Sum of RGB (Red+Green+Blue) = 218+214+186=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 214 (83.98% from 255 or 34.63% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD6BA is #252945. Grayscale: #D4D4D4. Windows color (decimal): -2435398 or 12244698. OLE color: 12244698.

HSL color Cylindrical-coordinate representation of color #DAD6BA: hue angle of 52.5º 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 #DAD6BA is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB218214186-
CMYK00.020.150.15
HSL52.5º30.19%79.22%-
HSV(B)52.5º14.68%85.49%-
XYZ61.8266.5456.04-
YUV212113.33132.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.28%
GREEN value IS 214 (83.98% from 255) = 34.63%
BLUE value IS 186 (73.05% from 255) = 30.10%
R=35.28%
G=34.63%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821418600.020.150.1552.530.1979.22
HexDAD6BA02FF341e4f
Octal3323262720217176436117
Binary11011010110101101011101001011111111110100111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD6BA; }

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

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

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

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

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

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

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

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