#DCE2A6

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

Shades of Tusk #DCE2A6

Tints of Tusk #DCE2A6

Color information

#DCE2A6 (or 0xDCE2A6) is unknown color: approx Tusk. HEX triplet: DC, E2 and A6. RGB value is (220,226,166). Sum of RGB (Red+Green+Blue) = 220+226+166=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 226 (88.67% from 255 or 36.93% from 612); Blue value is 166 (65.23% from 255 or 27.12% from 612); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE2A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE2A6 is #231D59. Grayscale: #D9D9D9. Windows color (decimal): -2301274 or 10937052. OLE color: 10937052.

HSL color Cylindrical-coordinate representation of color #DCE2A6: hue angle of 66º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCE2A6 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB220226166-
CMYK0.0300.270.11
HSL66º50.85%76.86%-
HSV(B)66º26.55%88.63%-
XYZ63.5972.3646.69-
YUV217.3799.01129.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.95%
GREEN value IS 226 (88.67% from 255) = 36.93%
BLUE value IS 166 (65.23% from 255) = 27.12%
R=35.95%
G=36.93%
B=27.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202261660.0300.270.116650.8576.86
HexDCE2A6301BB42334d
Octal33434224630331310263115
Binary11011100111000101010011011011011101110000101100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE2A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE2A6; }

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

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

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

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

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

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

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

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