#DDDFAA

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

Shades of Tusk #DDDFAA

Tints of Tusk #DDDFAA

Color information

#DDDFAA (or 0xDDDFAA) is unknown color: approx Tusk. HEX triplet: DD, DF and AA. RGB value is (221,223,170). Sum of RGB (Red+Green+Blue) = 221+223+170=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 170 (66.80% from 255 or 27.69% from 614); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDFAA is #222055. Grayscale: #D8D8D8. Windows color (decimal): -2236502 or 11198429. OLE color: 11198429.

HSL color Cylindrical-coordinate representation of color #DDDFAA: hue angle of 62.26º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDDFAA is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB221223170-
CMYK0.0100.240.13
HSL62.26º45.3%77.06%-
HSV(B)62.26º23.77%87.45%-
XYZ63.4671.0548.4-
YUV216.36101.84131.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.99%
GREEN value IS 223 (87.5% from 255) = 36.32%
BLUE value IS 170 (66.80% from 255) = 27.69%
R=35.99%
G=36.32%
B=27.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212231700.0100.240.1362.2645.377.06
HexDDDFAA1018D3e2d4d
Octal3353372521030157655115
Binary110111011101111110101010101100011011111101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFAA; }

 p { color: rgb(221,223,170); }

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

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

 a { background-color: rgb(221,223,170); }

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

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

 span { border-color: rgb(221,223,170); }

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