#DDE4A4

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

Shades of Tusk #DDE4A4

Tints of Tusk #DDE4A4

Color information

#DDE4A4 (or 0xDDE4A4) is unknown color: approx Tusk. HEX triplet: DD, E4 and A4. RGB value is (221,228,164). Sum of RGB (Red+Green+Blue) = 221+228+164=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 228 (89.45% from 255 or 37.19% from 613); Blue value is 164 (64.45% from 255 or 26.75% from 613); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE4A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE4A4 is #221B5B. Grayscale: #DADADA. Windows color (decimal): -2235228 or 10806493. OLE color: 10806493.

HSL color Cylindrical-coordinate representation of color #DDE4A4: hue angle of 66.56º degrees, saturation: 0.54, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDE4A4 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.11.

Color convert

RGB221228164-
CMYK0.0300.280.11
HSL66.56º54.24%76.86%-
HSV(B)66.56º28.07%89.41%-
XYZ64.2673.5445.93-
YUV218.6197.18129.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 228 (89.45% from 255) = 37.19%
BLUE value IS 164 (64.45% from 255) = 26.75%
R=36.05%
G=37.19%
B=26.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212281640.0300.280.1166.5654.2476.86
HexDDE4A4301CB43364d
Octal33534424430341310366115
Binary11011101111001001010010011011100101110000111101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE4A4; }

 p { color: rgb(221,228,164); }

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

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

 a { background-color: rgb(221,228,164); }

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

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

 span { border-color: rgb(221,228,164); }

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