#DDE8A4

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

Shades of Tusk #DDE8A4

Tints of Tusk #DDE8A4

Color information

#DDE8A4 (or 0xDDE8A4) is unknown color: approx Tusk. HEX triplet: DD, E8 and A4. RGB value is (221,232,164). Sum of RGB (Red+Green+Blue) = 221+232+164=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 232 (91.02% from 255 or 37.60% from 617); Blue value is 164 (64.45% from 255 or 26.58% from 617); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE8A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE8A4 is #22175B. Grayscale: #DDDDDD. Windows color (decimal): -2234204 or 10807517. OLE color: 10807517.

HSL color Cylindrical-coordinate representation of color #DDE8A4: hue angle of 69.71º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDE8A4 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB221232164-
CMYK0.0500.290.09
HSL69.71º59.65%77.65%-
HSV(B)69.71º29.31%90.98%-
XYZ65.3875.7746.3-
YUV220.9695.86128.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.82%
GREEN value IS 232 (91.02% from 255) = 37.60%
BLUE value IS 164 (64.45% from 255) = 26.58%
R=35.82%
G=37.60%
B=26.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212321640.0500.290.0969.7159.6577.65
HexDDE8A4501D9463c4e
Octal33535024450351110674116
Binary110111011110100010100100101011101100110001101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE8A4; }

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

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

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

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

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

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

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

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