#DADDA4

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

Shades of Tusk #DADDA4

Tints of Tusk #DADDA4

Color information

#DADDA4 (or 0xDADDA4) is unknown color: approx Tusk. HEX triplet: DA, DD and A4. RGB value is (218,221,164). Sum of RGB (Red+Green+Blue) = 218+221+164=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 164 (64.45% from 255 or 27.20% from 603); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADDA4 is #25225B. Grayscale: #D5D5D5. Windows color (decimal): -2433628 or 10804698. OLE color: 10804698.

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

Color convert

RGB218221164-
CMYK0.0100.260.13
HSL63.16º45.6%75.49%-
HSV(B)63.16º25.79%86.67%-
XYZ61.4769.345.26-
YUV213.6100.01131.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.15%
GREEN value IS 221 (86.72% from 255) = 36.65%
BLUE value IS 164 (64.45% from 255) = 27.20%
R=36.15%
G=36.65%
B=27.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182211640.0100.260.1363.1645.675.49
HexDADDA4101AD3f2e4b
Octal3323352441032157756113
Binary110110101101110110100100101101011011111111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADDA4; }

 p { color: rgb(218,221,164); }

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

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

 a { background-color: rgb(218,221,164); }

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

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

 span { border-color: rgb(218,221,164); }

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