#DAD9B9

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

Shades of Loafer #DAD9B9

Tints of Loafer #DAD9B9

Color information

#DAD9B9 (or 0xDAD9B9) is unknown color: approx Loafer. HEX triplet: DA, D9 and B9. RGB value is (218,217,185). Sum of RGB (Red+Green+Blue) = 218+217+185=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 217 (85.16% from 255 or 35% from 620); Blue value is 185 (72.66% from 255 or 29.84% from 620); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD9B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD9B9 is #252646. Grayscale: #D5D5D5. Windows color (decimal): -2434631 or 12179930. OLE color: 12179930.

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

Color convert

RGB218217185-
CMYK00.000.150.15
HSL58.18º30.84%79.02%-
HSV(B)58.18º15.14%85.49%-
XYZ62.4868.0355.74-
YUV213.65111.83131.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.16%
GREEN value IS 217 (85.16% from 255) = 35%
BLUE value IS 185 (72.66% from 255) = 29.84%
R=35.16%
G=35%
B=29.84%

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
Decimal21821718500.000.150.1558.1830.8479.02
HexDAD9B900FF3a1f4f
Octal3323312710017177237117
Binary1101101011011001101110010011111111111010111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD9B9; }

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

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

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

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

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

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

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

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