#DDE2A1

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

Shades of Tusk #DDE2A1

Tints of Tusk #DDE2A1

Color information

#DDE2A1 (or 0xDDE2A1) is unknown color: approx Tusk. HEX triplet: DD, E2 and A1. RGB value is (221,226,161). Sum of RGB (Red+Green+Blue) = 221+226+161=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 226 (88.67% from 255 or 37.17% from 608); Blue value is 161 (63.28% from 255 or 26.48% from 608); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE2A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE2A1 is #221D5E. Grayscale: #D9D9D9. Windows color (decimal): -2235743 or 10609373. OLE color: 10609373.

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

Color convert

RGB221226161-
CMYK0.0200.290.11
HSL64.62º52.85%75.88%-
HSV(B)64.62º28.76%88.63%-
XYZ63.4572.3444.34-
YUV217.0996.34130.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.35%
GREEN value IS 226 (88.67% from 255) = 37.17%
BLUE value IS 161 (63.28% from 255) = 26.48%
R=36.35%
G=37.17%
B=26.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212261610.0200.290.1164.6252.8575.88
HexDDE2A1201DB41354c
Octal33534224120351310165114
Binary11011101111000101010000110011101101110000011101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE2A1; }

 p { color: rgb(221,226,161); }

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

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

 a { background-color: rgb(221,226,161); }

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

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

 span { border-color: rgb(221,226,161); }

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