#DCE8A7

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

Shades of Tusk #DCE8A7

Tints of Tusk #DCE8A7

Color information

#DCE8A7 (or 0xDCE8A7) is unknown color: approx Tusk. HEX triplet: DC, E8 and A7. RGB value is (220,232,167). Sum of RGB (Red+Green+Blue) = 220+232+167=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 232 (91.02% from 255 or 37.48% from 619); Blue value is 167 (65.62% from 255 or 26.98% from 619); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE8A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE8A7 is #231758. Grayscale: #DDDDDD. Windows color (decimal): -2299737 or 11004124. OLE color: 11004124.

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

Color convert

RGB220232167-
CMYK0.0500.280.09
HSL71.08º58.56%78.24%-
HSV(B)71.08º28.02%90.98%-
XYZ65.3575.7247.73-
YUV22197.52127.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.54%
GREEN value IS 232 (91.02% from 255) = 37.48%
BLUE value IS 167 (65.62% from 255) = 26.98%
R=35.54%
G=37.48%
B=26.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202321670.0500.280.0971.0858.5678.24
HexDCE8A7501C9473b4e
Octal33435024750341110773116
Binary110111001110100010100111101011100100110001111110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE8A7; }

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

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

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

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

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

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

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

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