#DCE8A4

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

Shades of Tusk #DCE8A4

Tints of Tusk #DCE8A4

Color information

#DCE8A4 (or 0xDCE8A4) is unknown color: approx Tusk. HEX triplet: DC, E8 and A4. RGB value is (220,232,164). Sum of RGB (Red+Green+Blue) = 220+232+164=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 232 (91.02% from 255 or 37.66% from 616); Blue value is 164 (64.45% from 255 or 26.62% from 616); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE8A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE8A4 is #23175B. Grayscale: #DCDCDC. Windows color (decimal): -2299740 or 10807516. OLE color: 10807516.

HSL color Cylindrical-coordinate representation of color #DCE8A4: hue angle of 70.59º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCE8A4 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB220232164-
CMYK0.0500.290.09
HSL70.59º59.65%77.65%-
HSV(B)70.59º29.31%90.98%-
XYZ65.0775.6146.29-
YUV220.6696.02127.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.71%
GREEN value IS 232 (91.02% from 255) = 37.66%
BLUE value IS 164 (64.45% from 255) = 26.62%
R=35.71%
G=37.66%
B=26.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202321640.0500.290.0970.5959.6577.65
HexDCE8A4501D9473c4e
Octal33435024450351110774116
Binary110111001110100010100100101011101100110001111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE8A4; }

 p { color: rgb(220,232,164); }

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

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

 a { background-color: rgb(220,232,164); }

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

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

 span { border-color: rgb(220,232,164); }

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