#DDDFA8

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

Shades of Tusk #DDDFA8

Tints of Tusk #DDDFA8

Color information

#DDDFA8 (or 0xDDDFA8) is unknown color: approx Tusk. HEX triplet: DD, DF and A8. RGB value is (221,223,168). Sum of RGB (Red+Green+Blue) = 221+223+168=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 168 (66.02% from 255 or 27.45% from 612); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDFA8 is #222057. Grayscale: #D8D8D8. Windows color (decimal): -2236504 or 11067357. OLE color: 11067357.

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

Color convert

RGB221223168-
CMYK0.0100.250.13
HSL62.18º46.22%76.67%-
HSV(B)62.18º24.66%87.45%-
XYZ63.2770.9747.41-
YUV216.13100.84131.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.11%
GREEN value IS 223 (87.5% from 255) = 36.44%
BLUE value IS 168 (66.02% from 255) = 27.45%
R=36.11%
G=36.44%
B=27.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212231680.0100.250.1362.1846.2276.67
HexDDDFA81019D3e2e4d
Octal3353372501031157656115
Binary110111011101111110101000101100111011111101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFA8; }

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

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

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

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

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

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

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

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