#DDE3A5

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

Shades of Tusk #DDE3A5

Tints of Tusk #DDE3A5

Color information

#DDE3A5 (or 0xDDE3A5) is unknown color: approx Tusk. HEX triplet: DD, E3 and A5. RGB value is (221,227,165). Sum of RGB (Red+Green+Blue) = 221+227+165=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 227 (89.06% from 255 or 37.03% from 613); Blue value is 165 (64.84% from 255 or 26.92% from 613); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE3A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE3A5 is #221C5A. Grayscale: #DADADA. Windows color (decimal): -2235483 or 10871773. OLE color: 10871773.

HSL color Cylindrical-coordinate representation of color #DDE3A5: hue angle of 65.81º 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 #DDE3A5 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB221227165-
CMYK0.0300.270.11
HSL65.81º52.54%76.86%-
HSV(B)65.81º27.31%89.02%-
XYZ64.0873.0346.32-
YUV218.1498.01130.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 227 (89.06% from 255) = 37.03%
BLUE value IS 165 (64.84% from 255) = 26.92%
R=36.05%
G=37.03%
B=26.92%

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
Decimal2212271650.0300.270.1165.8152.5476.86
HexDDE3A5301BB42354d
Octal33534324530331310265115
Binary11011101111000111010010111011011101110000101101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE3A5; }

 p { color: rgb(221,227,165); }

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

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

 a { background-color: rgb(221,227,165); }

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

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

 span { border-color: rgb(221,227,165); }

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