#DAE6AC

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

Shades of Tusk #DAE6AC

Tints of Tusk #DAE6AC

Color information

#DAE6AC (or 0xDAE6AC) is unknown color: approx Tusk. HEX triplet: DA, E6 and AC. RGB value is (218,230,172). Sum of RGB (Red+Green+Blue) = 218+230+172=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 230 (90.23% from 255 or 37.10% from 620); Blue value is 172 (67.58% from 255 or 27.74% from 620); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE6AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE6AC is #251953. Grayscale: #DCDCDC. Windows color (decimal): -2431316 or 11331290. OLE color: 11331290.

HSL color Cylindrical-coordinate representation of color #DAE6AC: hue angle of 72.41º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAE6AC is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB218230172-
CMYK0.0500.250.10
HSL72.41º53.7%78.82%-
HSV(B)72.41º25.22%90.2%-
XYZ64.6674.4850-
YUV219.8101.02126.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.16%
GREEN value IS 230 (90.23% from 255) = 37.10%
BLUE value IS 172 (67.58% from 255) = 27.74%
R=35.16%
G=37.10%
B=27.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182301720.0500.250.1072.4153.778.82
HexDAE6AC5019A48364f
Octal33234625450311211066117
Binary110110101110011010101100101011001101010010001101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE6AC; }

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

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

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

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

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

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

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

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