#DAD7BE

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

Shades of Loafer #DAD7BE

Tints of Loafer #DAD7BE

Color information

#DAD7BE (or 0xDAD7BE) is unknown color: approx Loafer. HEX triplet: DA, D7 and BE. RGB value is (218,215,190). Sum of RGB (Red+Green+Blue) = 218+215+190=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 215 (84.38% from 255 or 34.51% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD7BE is #252841. Grayscale: #D5D5D5. Windows color (decimal): -2435138 or 12507098. OLE color: 12507098.

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

Color convert

RGB218215190-
CMYK00.010.130.15
HSL53.57º27.45%80%-
HSV(B)53.57º12.84%85.49%-
XYZ62.5167.2258.4-
YUV213.05114.99131.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.99%
GREEN value IS 215 (84.38% from 255) = 34.51%
BLUE value IS 190 (74.61% from 255) = 30.50%
R=34.99%
G=34.51%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821519000.010.130.1553.5727.4580
HexDAD7BE01DF361b50
Octal3323272760115176633120
Binary1101101011010111101111100111011111110110110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD7BE; }

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

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

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

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

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

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

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

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