#DDE79D

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

Shades of Tusk #DDE79D

Tints of Tusk #DDE79D

Color information

#DDE79D (or 0xDDE79D) is unknown color: approx Tusk. HEX triplet: DD, E7 and 9D. RGB value is (221,231,157). Sum of RGB (Red+Green+Blue) = 221+231+157=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 231 (90.62% from 255 or 37.93% from 609); Blue value is 157 (61.72% from 255 or 25.78% from 609); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE79D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE79D is #221862. Grayscale: #DBDBDB. Windows color (decimal): -2234467 or 10348509. OLE color: 10348509.

HSL color Cylindrical-coordinate representation of color #DDE79D: hue angle of 68.11º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDE79D is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB221231157-
CMYK0.0400.320.09
HSL68.11º60.66%76.08%-
HSV(B)68.11º32.03%90.59%-
XYZ64.4874.9642.97-
YUV219.5792.69129.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.29%
GREEN value IS 231 (90.62% from 255) = 37.93%
BLUE value IS 157 (61.72% from 255) = 25.78%
R=36.29%
G=37.93%
B=25.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212311570.0400.320.0968.1160.6676.08
HexDDE79D40209443d4c
Octal33534723540401110475114
Binary1101110111100111100111011000100000100110001001111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE79D; }

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

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

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

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

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

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

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

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