#DDE9AE

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

Shades of Tusk #DDE9AE

Tints of Tusk #DDE9AE

Color information

#DDE9AE (or 0xDDE9AE) is unknown color: approx Tusk. HEX triplet: DD, E9 and AE. RGB value is (221,233,174). Sum of RGB (Red+Green+Blue) = 221+233+174=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 233 (91.41% from 255 or 37.10% from 628); Blue value is 174 (68.36% from 255 or 27.71% from 628); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE9AE is #221651. Grayscale: #DEDEDE. Windows color (decimal): -2233938 or 11463133. OLE color: 11463133.

HSL color Cylindrical-coordinate representation of color #DDE9AE: hue angle of 72.2º 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 #DDE9AE is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB221233174-
CMYK0.0500.250.09
HSL72.2º57.28%79.8%-
HSV(B)72.2º25.32%91.37%-
XYZ66.676.7151.34-
YUV222.69100.52126.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.19%
GREEN value IS 233 (91.41% from 255) = 37.10%
BLUE value IS 174 (68.36% from 255) = 27.71%
R=35.19%
G=37.10%
B=27.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212331740.0500.250.0972.257.2879.8
HexDDE9AE50199483950
Octal33535125650311111071120
Binary110111011110100110101110101011001100110010001110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE9AE; }

 p { color: rgb(221,233,174); }

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

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

 a { background-color: rgb(221,233,174); }

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

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

 span { border-color: rgb(221,233,174); }

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