#DDDFA4

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

Shades of Tusk #DDDFA4

Tints of Tusk #DDDFA4

Color information

#DDDFA4 (or 0xDDDFA4) is unknown color: approx Tusk. HEX triplet: DD, DF and A4. RGB value is (221,223,164). Sum of RGB (Red+Green+Blue) = 221+223+164=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 164 (64.45% from 255 or 26.97% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDFA4 is #22205B. Grayscale: #D7D7D7. Windows color (decimal): -2236508 or 10805213. OLE color: 10805213.

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

Color convert

RGB221223164-
CMYK0.0100.260.13
HSL62.03º47.97%75.88%-
HSV(B)62.03º26.46%87.45%-
XYZ62.9170.8345.48-
YUV215.6898.84131.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.35%
GREEN value IS 223 (87.5% from 255) = 36.68%
BLUE value IS 164 (64.45% from 255) = 26.97%
R=36.35%
G=36.68%
B=26.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212231640.0100.260.1362.0347.9775.88
HexDDDFA4101AD3e304c
Octal3353372441032157660114
Binary110111011101111110100100101101011011111101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFA4; }

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

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

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

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

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

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

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

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