#DCE3AA

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

Shades of Tusk #DCE3AA

Tints of Tusk #DCE3AA

Color information

#DCE3AA (or 0xDCE3AA) is unknown color: approx Tusk. HEX triplet: DC, E3 and AA. RGB value is (220,227,170). Sum of RGB (Red+Green+Blue) = 220+227+170=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 227 (89.06% from 255 or 36.79% from 617); Blue value is 170 (66.80% from 255 or 27.55% from 617); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE3AA is #231C55. Grayscale: #DADADA. Windows color (decimal): -2301014 or 11199452. OLE color: 11199452.

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

Color convert

RGB220227170-
CMYK0.0300.250.11
HSL67.37º50.44%77.84%-
HSV(B)67.37º25.11%89.02%-
XYZ64.2473.0648.75-
YUV218.41100.68129.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.66%
GREEN value IS 227 (89.06% from 255) = 36.79%
BLUE value IS 170 (66.80% from 255) = 27.55%
R=35.66%
G=36.79%
B=27.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202271700.0300.250.1167.3750.4477.84
HexDCE3AA3019B43324e
Octal33434325230311310362116
Binary11011100111000111010101011011001101110000111100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE3AA; }

 p { color: rgb(220,227,170); }

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

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

 a { background-color: rgb(220,227,170); }

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

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

 span { border-color: rgb(220,227,170); }

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