#DDE39D

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

Shades of Tusk #DDE39D

Tints of Tusk #DDE39D

Color information

#DDE39D (or 0xDDE39D) is unknown color: approx Tusk. HEX triplet: DD, E3 and 9D. RGB value is (221,227,157). Sum of RGB (Red+Green+Blue) = 221+227+157=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 227 (89.06% from 255 or 37.52% from 605); Blue value is 157 (61.72% from 255 or 25.95% from 605); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE39D is #221C62. Grayscale: #D9D9D9. Windows color (decimal): -2235491 or 10347485. OLE color: 10347485.

HSL color Cylindrical-coordinate representation of color #DDE39D: hue angle of 65.14º degrees, saturation: 0.56, 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 #DDE39D is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB221227157-
CMYK0.0300.310.11
HSL65.14º55.56%75.29%-
HSV(B)65.14º30.84%89.02%-
XYZ63.3772.7442.6-
YUV217.2394.01130.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.53%
GREEN value IS 227 (89.06% from 255) = 37.52%
BLUE value IS 157 (61.72% from 255) = 25.95%
R=36.53%
G=37.52%
B=25.95%

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
Decimal2212271570.0300.310.1165.1455.5675.29
HexDDE39D301FB41384b
Octal33534323530371310170113
Binary11011101111000111001110111011111101110000011110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE39D; }

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

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

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

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

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

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

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

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