#DDE69E

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

Shades of Tusk #DDE69E

Tints of Tusk #DDE69E

Color information

#DDE69E (or 0xDDE69E) is unknown color: approx Tusk. HEX triplet: DD, E6 and 9E. RGB value is (221,230,158). Sum of RGB (Red+Green+Blue) = 221+230+158=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 230 (90.23% from 255 or 37.77% from 609); Blue value is 158 (62.11% from 255 or 25.94% from 609); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE69E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE69E is #221961. Grayscale: #DBDBDB. Windows color (decimal): -2234722 or 10413789. OLE color: 10413789.

HSL color Cylindrical-coordinate representation of color #DDE69E: hue angle of 67.5º degrees, saturation: 0.59, 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 #DDE69E is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB221230158-
CMYK0.0400.310.10
HSL67.5º59.02%76.08%-
HSV(B)67.5º31.3%90.2%-
XYZ64.2974.4343.33-
YUV219.193.52129.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.29%
GREEN value IS 230 (90.23% from 255) = 37.77%
BLUE value IS 158 (62.11% from 255) = 25.94%
R=36.29%
G=37.77%
B=25.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212301580.0400.310.1067.559.0276.08
HexDDE69E401FA443b4c
Octal33534623640371210473114
Binary110111011110011010011110100011111101010001001110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE69E; }

 p { color: rgb(221,230,158); }

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

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

 a { background-color: rgb(221,230,158); }

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

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

 span { border-color: rgb(221,230,158); }

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