#DCEAA6

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

Shades of Tusk #DCEAA6

Tints of Tusk #DCEAA6

Color information

#DCEAA6 (or 0xDCEAA6) is unknown color: approx Tusk. HEX triplet: DC, EA and A6. RGB value is (220,234,166). Sum of RGB (Red+Green+Blue) = 220+234+166=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 166 (65.23% from 255 or 26.77% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEAA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEAA6 is #231559. Grayscale: #DEDEDE. Windows color (decimal): -2299226 or 10939100. OLE color: 10939100.

HSL color Cylindrical-coordinate representation of color #DCEAA6: hue angle of 72.35º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCEAA6 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB220234166-
CMYK0.0600.290.08
HSL72.35º61.82%78.43%-
HSV(B)72.35º29.06%91.76%-
XYZ65.8276.8147.43-
YUV222.0696.36126.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.48%
GREEN value IS 234 (91.80% from 255) = 37.74%
BLUE value IS 166 (65.23% from 255) = 26.77%
R=35.48%
G=37.74%
B=26.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202341660.0600.290.0872.3561.8278.43
HexDCEAA6601D8483e4e
Octal33435224660351011076116
Binary110111001110101010100110110011101100010010001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEAA6; }

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

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

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

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

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

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

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

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