#DAE4B3

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

Shades of Tusk #DAE4B3

Tints of Tusk #DAE4B3

Color information

#DAE4B3 (or 0xDAE4B3) is unknown color: approx Tusk. HEX triplet: DA, E4 and B3. RGB value is (218,228,179). Sum of RGB (Red+Green+Blue) = 218+228+179=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 228 (89.45% from 255 or 36.48% from 625); Blue value is 179 (70.31% from 255 or 28.64% from 625); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE4B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE4B3 is #251B4C. Grayscale: #DBDBDB. Windows color (decimal): -2431821 or 11789530. OLE color: 11789530.

HSL color Cylindrical-coordinate representation of color #DAE4B3: hue angle of 72.24º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAE4B3 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB218228179-
CMYK0.0400.210.11
HSL72.24º47.57%79.8%-
HSV(B)72.24º21.49%89.41%-
XYZ64.7973.6553.45-
YUV219.42105.19126.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.88%
GREEN value IS 228 (89.45% from 255) = 36.48%
BLUE value IS 179 (70.31% from 255) = 28.64%
R=34.88%
G=36.48%
B=28.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182281790.0400.210.1172.2447.5779.8
HexDAE4B34015B483050
Octal33234426340251311060120
Binary110110101110010010110011100010101101110010001100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE4B3; }

 p { color: rgb(218,228,179); }

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

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

 a { background-color: rgb(218,228,179); }

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

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

 span { border-color: rgb(218,228,179); }

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