#DCE7AF

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

Shades of Tusk #DCE7AF

Tints of Tusk #DCE7AF

Color information

#DCE7AF (or 0xDCE7AF) is unknown color: approx Tusk. HEX triplet: DC, E7 and AF. RGB value is (220,231,175). Sum of RGB (Red+Green+Blue) = 220+231+175=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 231 (90.62% from 255 or 36.90% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE7AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE7AF is #231850. Grayscale: #DDDDDD. Windows color (decimal): -2299985 or 11528156. OLE color: 11528156.

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

Color convert

RGB220231175-
CMYK0.0500.240.09
HSL71.79º53.85%79.61%-
HSV(B)71.79º24.24%90.59%-
XYZ65.8375.4651.65-
YUV221.33101.86127.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.14%
GREEN value IS 231 (90.62% from 255) = 36.90%
BLUE value IS 175 (68.75% from 255) = 27.96%
R=35.14%
G=36.90%
B=27.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202311750.0500.240.0971.7953.8579.61
HexDCE7AF50189483650
Octal33434725750301111066120
Binary110111001110011110101111101011000100110010001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE7AF; }

 p { color: rgb(220,231,175); }

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

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

 a { background-color: rgb(220,231,175); }

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

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

 span { border-color: rgb(220,231,175); }

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