#DCDEA6

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

Shades of Tusk #DCDEA6

Tints of Tusk #DCDEA6

Color information

#DCDEA6 (or 0xDCDEA6) is unknown color: approx Tusk. HEX triplet: DC, DE and A6. RGB value is (220,222,166). Sum of RGB (Red+Green+Blue) = 220+222+166=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 166 (65.23% from 255 or 27.30% from 608); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDEA6 is #232159. Grayscale: #D7D7D7. Windows color (decimal): -2302298 or 10936028. OLE color: 10936028.

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

Color convert

RGB220222166-
CMYK0.0100.250.13
HSL62.14º45.9%76.08%-
HSV(B)62.14º25.23%87.06%-
XYZ62.5270.2146.33-
YUV215.02100.34131.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.18%
GREEN value IS 222 (87.11% from 255) = 36.51%
BLUE value IS 166 (65.23% from 255) = 27.30%
R=36.18%
G=36.51%
B=27.30%

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
Decimal2202221660.0100.250.1362.1445.976.08
HexDCDEA61019D3e2e4c
Octal3343362461031157656114
Binary110111001101111010100110101100111011111101011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDEA6; }

 p { color: rgb(220,222,166); }

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

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

 a { background-color: rgb(220,222,166); }

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

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

 span { border-color: rgb(220,222,166); }

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