#DAE8AC

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

Shades of Tusk #DAE8AC

Tints of Tusk #DAE8AC

Color information

#DAE8AC (or 0xDAE8AC) is unknown color: approx Tusk. HEX triplet: DA, E8 and AC. RGB value is (218,232,172). Sum of RGB (Red+Green+Blue) = 218+232+172=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 232 (91.02% from 255 or 37.30% from 622); Blue value is 172 (67.58% from 255 or 27.65% from 622); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE8AC is #251753. Grayscale: #DDDDDD. Windows color (decimal): -2430804 or 11331802. OLE color: 11331802.

HSL color Cylindrical-coordinate representation of color #DAE8AC: hue angle of 74º degrees, saturation: 0.57, 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 #DAE8AC is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB218232172-
CMYK0.0600.260.09
HSL74º56.6%79.22%-
HSV(B)74º25.86%90.98%-
XYZ65.2275.650.18-
YUV220.97100.36125.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.05%
GREEN value IS 232 (91.02% from 255) = 37.30%
BLUE value IS 172 (67.58% from 255) = 27.65%
R=35.05%
G=37.30%
B=27.65%

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
Decimal2182321720.0600.260.097456.679.22
HexDAE8AC601A94a394f
Octal33235025460321111271117
Binary110110101110100010101100110011010100110010101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE8AC; }

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

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

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

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

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

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

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

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