#DDE89D

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

Shades of Tusk #DDE89D

Tints of Tusk #DDE89D

Color information

#DDE89D (or 0xDDE89D) is unknown color: approx Tusk. HEX triplet: DD, E8 and 9D. RGB value is (221,232,157). Sum of RGB (Red+Green+Blue) = 221+232+157=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 232 (91.02% from 255 or 38.03% from 610); Blue value is 157 (61.72% from 255 or 25.74% from 610); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE89D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE89D is #221762. Grayscale: #DCDCDC. Windows color (decimal): -2234211 or 10348765. OLE color: 10348765.

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

Color convert

RGB221232157-
CMYK0.0500.320.09
HSL68.8º61.98%76.27%-
HSV(B)68.8º32.33%90.98%-
XYZ64.7675.5243.06-
YUV220.1692.36128.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.23%
GREEN value IS 232 (91.02% from 255) = 38.03%
BLUE value IS 157 (61.72% from 255) = 25.74%
R=36.23%
G=38.03%
B=25.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212321570.0500.320.0968.861.9876.27
HexDDE89D50209453e4c
Octal33535023550401110576114
Binary1101110111101000100111011010100000100110001011111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE89D; }

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

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

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

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

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

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

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

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