#DCE8A1

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

Shades of Tusk #DCE8A1

Tints of Tusk #DCE8A1

Color information

#DCE8A1 (or 0xDCE8A1) is unknown color: approx Tusk. HEX triplet: DC, E8 and A1. RGB value is (220,232,161). Sum of RGB (Red+Green+Blue) = 220+232+161=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 232 (91.02% from 255 or 37.85% from 613); Blue value is 161 (63.28% from 255 or 26.26% from 613); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE8A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE8A1 is #23175E. Grayscale: #DCDCDC. Windows color (decimal): -2299743 or 10610908. OLE color: 10610908.

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

Color convert

RGB220232161-
CMYK0.0500.310.09
HSL70.14º60.68%77.06%-
HSV(B)70.14º30.6%90.98%-
XYZ64.875.544.88-
YUV220.3294.52127.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.89%
GREEN value IS 232 (91.02% from 255) = 37.85%
BLUE value IS 161 (63.28% from 255) = 26.26%
R=35.89%
G=37.85%
B=26.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202321610.0500.310.0970.1460.6877.06
HexDCE8A1501F9463d4d
Octal33435024150371110675115
Binary110111001110100010100001101011111100110001101111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE8A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE8A1; }

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

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

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

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

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

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

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

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