#DDE4A7

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

Shades of Tusk #DDE4A7

Tints of Tusk #DDE4A7

Color information

#DDE4A7 (or 0xDDE4A7) is unknown color: approx Tusk. HEX triplet: DD, E4 and A7. RGB value is (221,228,167). Sum of RGB (Red+Green+Blue) = 221+228+167=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 228 (89.45% from 255 or 37.01% from 616); Blue value is 167 (65.62% from 255 or 27.11% from 616); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE4A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE4A7 is #221B58. Grayscale: #DBDBDB. Windows color (decimal): -2235225 or 11003101. OLE color: 11003101.

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

Color convert

RGB221228167-
CMYK0.0300.270.11
HSL66.89º53.04%77.45%-
HSV(B)66.89º26.75%89.41%-
XYZ64.5473.6547.37-
YUV218.9598.68129.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.88%
GREEN value IS 228 (89.45% from 255) = 37.01%
BLUE value IS 167 (65.62% from 255) = 27.11%
R=35.88%
G=37.01%
B=27.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212281670.0300.270.1166.8953.0477.45
HexDDE4A7301BB43354d
Octal33534424730331310365115
Binary11011101111001001010011111011011101110000111101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE4A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE4A7; }

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

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

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

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

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

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

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

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