#DADFA7

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

Shades of Tusk #DADFA7

Tints of Tusk #DADFA7

Color information

#DADFA7 (or 0xDADFA7) is unknown color: approx Tusk. HEX triplet: DA, DF and A7. RGB value is (218,223,167). Sum of RGB (Red+Green+Blue) = 218+223+167=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 167 (65.62% from 255 or 27.47% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #DADFA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADFA7 is #252058. Grayscale: #D7D7D7. Windows color (decimal): -2433113 or 11001818. OLE color: 11001818.

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

Color convert

RGB218223167-
CMYK0.0200.250.13
HSL65.36º46.67%76.47%-
HSV(B)65.36º25.11%87.45%-
XYZ62.2870.4746.88-
YUV215.12100.84130.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.86%
GREEN value IS 223 (87.5% from 255) = 36.68%
BLUE value IS 167 (65.62% from 255) = 27.47%
R=35.86%
G=36.68%
B=27.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182231670.0200.250.1365.3646.6776.47
HexDADFA72019D412f4c
Octal33233724720311510157114
Binary11011010110111111010011110011001110110000011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADFA7; }

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

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

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

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

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

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

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

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