#DDE1A6

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

Shades of Tusk #DDE1A6

Tints of Tusk #DDE1A6

Color information

#DDE1A6 (or 0xDDE1A6) is unknown color: approx Tusk. HEX triplet: DD, E1 and A6. RGB value is (221,225,166). Sum of RGB (Red+Green+Blue) = 221+225+166=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 166 (65.23% from 255 or 27.12% from 612); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE1A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE1A6 is #221E59. Grayscale: #D9D9D9. Windows color (decimal): -2235994 or 10936797. OLE color: 10936797.

HSL color Cylindrical-coordinate representation of color #DDE1A6: hue angle of 64.07º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDE1A6 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB221225166-
CMYK0.0200.260.12
HSL64.07º49.58%76.67%-
HSV(B)64.07º26.22%88.24%-
XYZ63.6371.9846.62-
YUV217.0899.17130.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.11%
GREEN value IS 225 (88.28% from 255) = 36.76%
BLUE value IS 166 (65.23% from 255) = 27.12%
R=36.11%
G=36.76%
B=27.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212251660.0200.260.1264.0749.5876.67
HexDDE1A6201AC40324d
Octal33534124620321410062115
Binary11011101111000011010011010011010110010000001100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE1A6; }

 p { color: rgb(221,225,166); }

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

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

 a { background-color: rgb(221,225,166); }

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

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

 span { border-color: rgb(221,225,166); }

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