#DDE5AD

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

Shades of Tusk #DDE5AD

Tints of Tusk #DDE5AD

Color information

#DDE5AD (or 0xDDE5AD) is unknown color: approx Tusk. HEX triplet: DD, E5 and AD. RGB value is (221,229,173). Sum of RGB (Red+Green+Blue) = 221+229+173=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 229 (89.84% from 255 or 36.76% from 623); Blue value is 173 (67.97% from 255 or 27.77% from 623); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE5AD is #221A52. Grayscale: #DCDCDC. Windows color (decimal): -2234963 or 11396573. OLE color: 11396573.

HSL color Cylindrical-coordinate representation of color #DDE5AD: hue angle of 68.57º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDE5AD is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB221229173-
CMYK0.0300.240.10
HSL68.57º51.85%78.82%-
HSV(B)68.57º24.45%89.8%-
XYZ65.3874.4350.46-
YUV220.22101.35128.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.47%
GREEN value IS 229 (89.84% from 255) = 36.76%
BLUE value IS 173 (67.97% from 255) = 27.77%
R=35.47%
G=36.76%
B=27.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212291730.0300.240.1068.5751.8578.82
HexDDE5AD3018A45344f
Octal33534525530301210564117
Binary11011101111001011010110111011000101010001011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE5AD; }

 p { color: rgb(221,229,173); }

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

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

 a { background-color: rgb(221,229,173); }

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

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

 span { border-color: rgb(221,229,173); }

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