#DCDDAC

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

Shades of Tusk #DCDDAC

Tints of Tusk #DCDDAC

Color information

#DCDDAC (or 0xDCDDAC) is unknown color: approx Tusk. HEX triplet: DC, DD and AC. RGB value is (220,221,172). Sum of RGB (Red+Green+Blue) = 220+221+172=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 172 (67.58% from 255 or 28.06% from 613); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDDAC is #232253. Grayscale: #D7D7D7. Windows color (decimal): -2302548 or 11328988. OLE color: 11328988.

HSL color Cylindrical-coordinate representation of color #DCDDAC: hue angle of 61.22º 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 #DCDDAC is Cyan = 0.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB220221172-
CMYK0.0000.220.13
HSL61.22º41.88%77.06%-
HSV(B)61.22º22.17%86.67%-
XYZ62.8269.9149.21-
YUV215.12103.67131.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.89%
GREEN value IS 221 (86.72% from 255) = 36.05%
BLUE value IS 172 (67.58% from 255) = 28.06%
R=35.89%
G=36.05%
B=28.06%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202211720.0000.220.1361.2241.8877.06
HexDCDDAC0016D3d2a4d
Octal3343352540026157552115
Binary110111001101110110101100001011011011111011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDDAC; }

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

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

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

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

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

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

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

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