#DAD7BB

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

Shades of Loafer #DAD7BB

Tints of Loafer #DAD7BB

Color information

#DAD7BB (or 0xDAD7BB) is unknown color: approx Loafer. HEX triplet: DA, D7 and BB. RGB value is (218,215,187). Sum of RGB (Red+Green+Blue) = 218+215+187=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 215 (84.38% from 255 or 34.68% from 620); Blue value is 187 (73.44% from 255 or 30.16% from 620); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD7BB is #252844. Grayscale: #D4D4D4. Windows color (decimal): -2435141 or 12310490. OLE color: 12310490.

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

Color convert

RGB218215187-
CMYK00.010.140.15
HSL54.19º29.52%79.41%-
HSV(B)54.19º14.22%85.49%-
XYZ62.1867.0956.69-
YUV212.7113.49131.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.16%
GREEN value IS 215 (84.38% from 255) = 34.68%
BLUE value IS 187 (73.44% from 255) = 30.16%
R=35.16%
G=34.68%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821518700.010.140.1554.1929.5279.41
HexDAD7BB01EF361e4f
Octal3323272730116176636117
Binary1101101011010111101110110111101111110110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD7BB; }

 p { color: rgb(218,215,187); }

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

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

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

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

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

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

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