#DAE0A4

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

Shades of Tusk #DAE0A4

Tints of Tusk #DAE0A4

Color information

#DAE0A4 (or 0xDAE0A4) is unknown color: approx Tusk. HEX triplet: DA, E0 and A4. RGB value is (218,224,164). Sum of RGB (Red+Green+Blue) = 218+224+164=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 224 (87.89% from 255 or 36.96% from 606); Blue value is 164 (64.45% from 255 or 27.06% from 606); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE0A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE0A4 is #251F5B. Grayscale: #D7D7D7. Windows color (decimal): -2432860 or 10805466. OLE color: 10805466.

HSL color Cylindrical-coordinate representation of color #DAE0A4: hue angle of 66º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAE0A4 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB218224164-
CMYK0.0300.270.12
HSL66º49.18%76.08%-
HSV(B)66º26.79%87.84%-
XYZ62.2770.945.52-
YUV215.3799.01129.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.97%
GREEN value IS 224 (87.89% from 255) = 36.96%
BLUE value IS 164 (64.45% from 255) = 27.06%
R=35.97%
G=36.96%
B=27.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182241640.0300.270.126649.1876.08
HexDAE0A4301BC42314c
Octal33234024430331410261114
Binary11011010111000001010010011011011110010000101100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE0A4; }

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

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

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

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

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

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

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

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