#DADAB9

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

Shades of Loafer #DADAB9

Tints of Loafer #DADAB9

Color information

#DADAB9 (or 0xDADAB9) is unknown color: approx Loafer. HEX triplet: DA, DA and B9. RGB value is (218,218,185). Sum of RGB (Red+Green+Blue) = 218+218+185=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 185 (72.66% from 255 or 29.79% from 621); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADAB9 is #252546. Grayscale: #D6D6D6. Windows color (decimal): -2434375 or 12180186. OLE color: 12180186.

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

Color convert

RGB218218185-
CMYK000.150.15
HSL60º30.84%79.02%-
HSV(B)60º15.14%85.49%-
XYZ62.7468.5555.82-
YUV214.24111.5130.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.10%
GREEN value IS 218 (85.55% from 255) = 35.10%
BLUE value IS 185 (72.66% from 255) = 29.79%
R=35.10%
G=35.10%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218218185000.150.156030.8479.02
HexDADAB900FF3c1f4f
Octal3323322710017177437117
Binary1101101011011010101110010011111111111100111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADAB9; }

 p { color: rgb(218,218,185); }

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

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

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

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

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

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

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