#DAE9AF

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

Shades of Tusk #DAE9AF

Tints of Tusk #DAE9AF

Color information

#DAE9AF (or 0xDAE9AF) is unknown color: approx Tusk. HEX triplet: DA, E9 and AF. RGB value is (218,233,175). Sum of RGB (Red+Green+Blue) = 218+233+175=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 233 (91.41% from 255 or 37.22% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE9AF is #251650. Grayscale: #DEDEDE. Windows color (decimal): -2430545 or 11528666. OLE color: 11528666.

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

Color convert

RGB218233175-
CMYK0.0600.250.09
HSL75.52º56.86%80%-
HSV(B)75.52º24.89%91.37%-
XYZ65.7976.2851.81-
YUV221.9101.53125.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.82%
GREEN value IS 233 (91.41% from 255) = 37.22%
BLUE value IS 175 (68.75% from 255) = 27.96%
R=34.82%
G=37.22%
B=27.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182331750.0600.250.0975.5256.8680
HexDAE9AF601994c3950
Octal33235125760311111471120
Binary110110101110100110101111110011001100110011001110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE9AF; }

 p { color: rgb(218,233,175); }

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

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

 a { background-color: rgb(218,233,175); }

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

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

 span { border-color: rgb(218,233,175); }

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