#DDE59D

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

Shades of Tusk #DDE59D

Tints of Tusk #DDE59D

Color information

#DDE59D (or 0xDDE59D) is unknown color: approx Tusk. HEX triplet: DD, E5 and 9D. RGB value is (221,229,157). Sum of RGB (Red+Green+Blue) = 221+229+157=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 229 (89.84% from 255 or 37.73% from 607); Blue value is 157 (61.72% from 255 or 25.86% from 607); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE59D is #221A62. Grayscale: #DADADA. Windows color (decimal): -2234979 or 10347997. OLE color: 10347997.

HSL color Cylindrical-coordinate representation of color #DDE59D: hue angle of 66.67º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDE59D is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB221229157-
CMYK0.0300.310.10
HSL66.67º58.06%75.69%-
HSV(B)66.67º31.44%89.8%-
XYZ63.9273.8542.78-
YUV218.493.35129.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.41%
GREEN value IS 229 (89.84% from 255) = 37.73%
BLUE value IS 157 (61.72% from 255) = 25.86%
R=36.41%
G=37.73%
B=25.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212291570.0300.310.1066.6758.0675.69
HexDDE59D301FA433a4c
Octal33534523530371210372114
Binary11011101111001011001110111011111101010000111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE59D; }

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

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

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

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

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

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

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

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