#DDE49D

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

Shades of Tusk #DDE49D

Tints of Tusk #DDE49D

Color information

#DDE49D (or 0xDDE49D) is unknown color: approx Tusk. HEX triplet: DD, E4 and 9D. RGB value is (221,228,157). Sum of RGB (Red+Green+Blue) = 221+228+157=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 157 (61.72% from 255 or 25.91% from 606); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE49D is #221B62. Grayscale: #DADADA. Windows color (decimal): -2235235 or 10347741. OLE color: 10347741.

HSL color Cylindrical-coordinate representation of color #DDE49D: hue angle of 65.92º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDE49D is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB221228157-
CMYK0.0300.310.11
HSL65.92º56.8%75.49%-
HSV(B)65.92º31.14%89.41%-
XYZ63.6573.2942.69-
YUV217.8193.68130.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.47%
GREEN value IS 228 (89.45% from 255) = 37.62%
BLUE value IS 157 (61.72% from 255) = 25.91%
R=36.47%
G=37.62%
B=25.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212281570.0300.310.1165.9256.875.49
HexDDE49D301FB42394b
Octal33534423530371310271113
Binary11011101111001001001110111011111101110000101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE49D; }

 p { color: rgb(221,228,157); }

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

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

 a { background-color: rgb(221,228,157); }

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

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

 span { border-color: rgb(221,228,157); }

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