#DCE3AE

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

Shades of Tusk #DCE3AE

Tints of Tusk #DCE3AE

Color information

#DCE3AE (or 0xDCE3AE) is unknown color: approx Tusk. HEX triplet: DC, E3 and AE. RGB value is (220,227,174). Sum of RGB (Red+Green+Blue) = 220+227+174=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 227 (89.06% from 255 or 36.55% from 621); Blue value is 174 (68.36% from 255 or 28.02% from 621); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE3AE is #231C51. Grayscale: #DBDBDB. Windows color (decimal): -2301010 or 11461596. OLE color: 11461596.

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

Color convert

RGB220227174-
CMYK0.0300.230.11
HSL67.92º48.62%78.63%-
HSV(B)67.92º23.35%89.02%-
XYZ64.6273.2150.77-
YUV218.86102.68128.81-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.43%
GREEN value IS 227 (89.06% from 255) = 36.55%
BLUE value IS 174 (68.36% from 255) = 28.02%
R=35.43%
G=36.55%
B=28.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202271740.0300.230.1167.9248.6278.63
HexDCE3AE3017B44314f
Octal33434325630271310461117
Binary11011100111000111010111011010111101110001001100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE3AE; }

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

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

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

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

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

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

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

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