#DAE7AC

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

Shades of Tusk #DAE7AC

Tints of Tusk #DAE7AC

Color information

#DAE7AC (or 0xDAE7AC) is unknown color: approx Tusk. HEX triplet: DA, E7 and AC. RGB value is (218,231,172). Sum of RGB (Red+Green+Blue) = 218+231+172=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 231 (90.62% from 255 or 37.20% from 621); Blue value is 172 (67.58% from 255 or 27.70% from 621); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE7AC is #251853. Grayscale: #DCDCDC. Windows color (decimal): -2431060 or 11331546. OLE color: 11331546.

HSL color Cylindrical-coordinate representation of color #DAE7AC: hue angle of 73.22º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAE7AC is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB218231172-
CMYK0.0600.260.09
HSL73.22º55.14%79.02%-
HSV(B)73.22º25.54%90.59%-
XYZ64.9475.0450.09-
YUV220.39100.69126.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.10%
GREEN value IS 231 (90.62% from 255) = 37.20%
BLUE value IS 172 (67.58% from 255) = 27.70%
R=35.10%
G=37.20%
B=27.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182311720.0600.260.0973.2255.1479.02
HexDAE7AC601A949374f
Octal33234725460321111167117
Binary110110101110011110101100110011010100110010011101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE7AC; }

 p { color: rgb(218,231,172); }

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

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

 a { background-color: rgb(218,231,172); }

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

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

 span { border-color: rgb(218,231,172); }

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