#DADFA5

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

Shades of Tusk #DADFA5

Tints of Tusk #DADFA5

Color information

#DADFA5 (or 0xDADFA5) is unknown color: approx Tusk. HEX triplet: DA, DF and A5. RGB value is (218,223,165). Sum of RGB (Red+Green+Blue) = 218+223+165=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 165 (64.84% from 255 or 27.23% from 606); Max value from RGB is 223 - color contains mainly: green. Hex color #DADFA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADFA5 is #25205A. Grayscale: #D7D7D7. Windows color (decimal): -2433115 or 10870746. OLE color: 10870746.

HSL color Cylindrical-coordinate representation of color #DADFA5: hue angle of 65.17º degrees, saturation: 0.48, 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 #DADFA5 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB218223165-
CMYK0.0200.260.13
HSL65.17º47.54%76.08%-
HSV(B)65.17º26.01%87.45%-
XYZ62.0970.445.91-
YUV214.8999.84130.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.97%
GREEN value IS 223 (87.5% from 255) = 36.80%
BLUE value IS 165 (64.84% from 255) = 27.23%
R=35.97%
G=36.80%
B=27.23%

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
Decimal2182231650.0200.260.1365.1747.5476.08
HexDADFA5201AD41304c
Octal33233724520321510160114
Binary11011010110111111010010110011010110110000011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADFA5; }

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

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

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

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

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

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

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

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