#DADCAA

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

Shades of Tusk #DADCAA

Tints of Tusk #DADCAA

Color information

#DADCAA (or 0xDADCAA) is unknown color: approx Tusk. HEX triplet: DA, DC and AA. RGB value is (218,220,170). Sum of RGB (Red+Green+Blue) = 218+220+170=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 170 (66.80% from 255 or 27.96% from 608); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADCAA is #252355. Grayscale: #D5D5D5. Windows color (decimal): -2433878 or 11197658. OLE color: 11197658.

HSL color Cylindrical-coordinate representation of color #DADCAA: hue angle of 62.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DADCAA is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB218220170-
CMYK0.0100.230.14
HSL62.4º41.67%76.47%-
HSV(B)62.4º22.73%86.27%-
XYZ61.7668.9948.09-
YUV213.7103.34131.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.86%
GREEN value IS 220 (86.33% from 255) = 36.18%
BLUE value IS 170 (66.80% from 255) = 27.96%
R=35.86%
G=36.18%
B=27.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182201700.0100.230.1462.441.6776.47
HexDADCAA1017E3e2a4c
Octal3323342521027167652114
Binary110110101101110010101010101011111101111101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADCAA; }

 p { color: rgb(218,220,170); }

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

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

 a { background-color: rgb(218,220,170); }

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

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

 span { border-color: rgb(218,220,170); }

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