#DADEA5

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

Shades of Tusk #DADEA5

Tints of Tusk #DADEA5

Color information

#DADEA5 (or 0xDADEA5) is unknown color: approx Tusk. HEX triplet: DA, DE and A5. RGB value is (218,222,165). Sum of RGB (Red+Green+Blue) = 218+222+165=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 165 (64.84% from 255 or 27.27% from 605); Max value from RGB is 222 - color contains mainly: green. Hex color #DADEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADEA5 is #25215A. Grayscale: #D6D6D6. Windows color (decimal): -2433371 or 10870490. OLE color: 10870490.

HSL color Cylindrical-coordinate representation of color #DADEA5: hue angle of 64.21º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DADEA5 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB218222165-
CMYK0.0200.260.13
HSL64.21º46.34%75.88%-
HSV(B)64.21º25.68%87.06%-
XYZ61.8369.8645.82-
YUV214.31100.17130.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.03%
GREEN value IS 222 (87.11% from 255) = 36.69%
BLUE value IS 165 (64.84% from 255) = 27.27%
R=36.03%
G=36.69%
B=27.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182221650.0200.260.1364.2146.3475.88
HexDADEA5201AD402e4c
Octal33233624520321510056114
Binary11011010110111101010010110011010110110000001011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADEA5; }

 p { color: rgb(218,222,165); }

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

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

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

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

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

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

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