#DDE5AF

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

Shades of Tusk #DDE5AF

Tints of Tusk #DDE5AF

Color information

#DDE5AF (or 0xDDE5AF) is unknown color: approx Tusk. HEX triplet: DD, E5 and AF. RGB value is (221,229,175). Sum of RGB (Red+Green+Blue) = 221+229+175=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 229 (89.84% from 255 or 36.64% from 625); Blue value is 175 (68.75% from 255 or 28% from 625); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE5AF is #221A50. Grayscale: #DCDCDC. Windows color (decimal): -2234961 or 11527645. OLE color: 11527645.

HSL color Cylindrical-coordinate representation of color #DDE5AF: hue angle of 68.89º degrees, saturation: 0.51, 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 #DDE5AF is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB221229175-
CMYK0.0300.240.10
HSL68.89º50.94%79.22%-
HSV(B)68.89º23.58%89.8%-
XYZ65.5874.5151.48-
YUV220.45102.35128.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.36%
GREEN value IS 229 (89.84% from 255) = 36.64%
BLUE value IS 175 (68.75% from 255) = 28%
R=35.36%
G=36.64%
B=28%

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
Decimal2212291750.0300.240.1068.8950.9479.22
HexDDE5AF3018A45334f
Octal33534525730301210563117
Binary11011101111001011010111111011000101010001011100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE5AF; }

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

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

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

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

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

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

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

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