#DCDEA7

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

Shades of Tusk #DCDEA7

Tints of Tusk #DCDEA7

Color information

#DCDEA7 (or 0xDCDEA7) is unknown color: approx Tusk. HEX triplet: DC, DE and A7. RGB value is (220,222,167). Sum of RGB (Red+Green+Blue) = 220+222+167=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 167 (65.62% from 255 or 27.42% from 609); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDEA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDEA7 is #232158. Grayscale: #D7D7D7. Windows color (decimal): -2302297 or 11001564. OLE color: 11001564.

HSL color Cylindrical-coordinate representation of color #DCDEA7: hue angle of 62.18º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCDEA7 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB220222167-
CMYK0.0100.250.13
HSL62.18º45.45%76.27%-
HSV(B)62.18º24.77%87.06%-
XYZ62.6170.2546.82-
YUV215.13100.84131.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.12%
GREEN value IS 222 (87.11% from 255) = 36.45%
BLUE value IS 167 (65.62% from 255) = 27.42%
R=36.12%
G=36.45%
B=27.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202221670.0100.250.1362.1845.4576.27
HexDCDEA71019D3e2d4c
Octal3343362471031157655114
Binary110111001101111010100111101100111011111101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDEA7; }

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

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

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

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

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

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

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

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