#DCE1A7

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

Shades of Tusk #DCE1A7

Tints of Tusk #DCE1A7

Color information

#DCE1A7 (or 0xDCE1A7) is unknown color: approx Tusk. HEX triplet: DC, E1 and A7. RGB value is (220,225,167). Sum of RGB (Red+Green+Blue) = 220+225+167=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 167 (65.62% from 255 or 27.29% from 612); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE1A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE1A7 is #231E58. Grayscale: #D9D9D9. Windows color (decimal): -2301529 or 11002332. OLE color: 11002332.

HSL color Cylindrical-coordinate representation of color #DCE1A7: hue angle of 65.17º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCE1A7 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB220225167-
CMYK0.0200.260.12
HSL65.17º49.15%76.86%-
HSV(B)65.17º25.78%88.24%-
XYZ63.4271.8647.09-
YUV216.8999.84130.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.95%
GREEN value IS 225 (88.28% from 255) = 36.76%
BLUE value IS 167 (65.62% from 255) = 27.29%
R=35.95%
G=36.76%
B=27.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202251670.0200.260.1265.1749.1576.86
HexDCE1A7201AC41314d
Octal33434124720321410161115
Binary11011100111000011010011110011010110010000011100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE1A7; }

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

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

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

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

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

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

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

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