#DDDDAC

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

Shades of Tusk #DDDDAC

Tints of Tusk #DDDDAC

Color information

#DDDDAC (or 0xDDDDAC) is unknown color: approx Tusk. HEX triplet: DD, DD and AC. RGB value is (221,221,172). Sum of RGB (Red+Green+Blue) = 221+221+172=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 172 (67.58% from 255 or 28.01% from 614); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDDAC is #222253. Grayscale: #D7D7D7. Windows color (decimal): -2237012 or 11328989. OLE color: 11328989.

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

Color convert

RGB221221172-
CMYK000.220.13
HSL60º41.88%77.06%-
HSV(B)60º22.17%86.67%-
XYZ63.1270.0649.23-
YUV215.41103.5131.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.99%
GREEN value IS 221 (86.72% from 255) = 35.99%
BLUE value IS 172 (67.58% from 255) = 28.01%
R=35.99%
G=35.99%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221221172000.220.136041.8877.06
HexDDDDAC0016D3c2a4d
Octal3353352540026157452115
Binary110111011101110110101100001011011011111001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDDAC; }

 p { color: rgb(221,221,172); }

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

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

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

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

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

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

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