#DDE9AF

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

Shades of Tusk #DDE9AF

Tints of Tusk #DDE9AF

Color information

#DDE9AF (or 0xDDE9AF) is unknown color: approx Tusk. HEX triplet: DD, E9 and AF. RGB value is (221,233,175). Sum of RGB (Red+Green+Blue) = 221+233+175=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 233 (91.41% from 255 or 37.04% from 629); Blue value is 175 (68.75% from 255 or 27.82% from 629); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE9AF is #221650. Grayscale: #DFDFDF. Windows color (decimal): -2233937 or 11528669. OLE color: 11528669.

HSL color Cylindrical-coordinate representation of color #DDE9AF: hue angle of 72.41º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDE9AF is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB221233175-
CMYK0.0500.250.09
HSL72.41º56.86%80%-
HSV(B)72.41º24.89%91.37%-
XYZ66.776.7551.86-
YUV222.8101.02126.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.14%
GREEN value IS 233 (91.41% from 255) = 37.04%
BLUE value IS 175 (68.75% from 255) = 27.82%
R=35.14%
G=37.04%
B=27.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212331750.0500.250.0972.4156.8680
HexDDE9AF50199483950
Octal33535125750311111071120
Binary110111011110100110101111101011001100110010001110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE9AF; }

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

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

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

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

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

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

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

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