#DCDFA5

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

Shades of Tusk #DCDFA5

Tints of Tusk #DCDFA5

Color information

#DCDFA5 (or 0xDCDFA5) is unknown color: approx Tusk. HEX triplet: DC, DF and A5. RGB value is (220,223,165). Sum of RGB (Red+Green+Blue) = 220+223+165=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 165 (64.84% from 255 or 27.14% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDFA5 is #23205A. Grayscale: #D7D7D7. Windows color (decimal): -2302043 or 10870748. OLE color: 10870748.

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

Color convert

RGB220223165-
CMYK0.0100.260.13
HSL63.1º47.54%76.08%-
HSV(B)63.1º26.01%87.45%-
XYZ62.6970.7145.94-
YUV215.4999.51131.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.18%
GREEN value IS 223 (87.5% from 255) = 36.68%
BLUE value IS 165 (64.84% from 255) = 27.14%
R=36.18%
G=36.68%
B=27.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202231650.0100.260.1363.147.5476.08
HexDCDFA5101AD3f304c
Octal3343372451032157760114
Binary110111001101111110100101101101011011111111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDFA5; }

 p { color: rgb(220,223,165); }

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

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

 a { background-color: rgb(220,223,165); }

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

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

 span { border-color: rgb(220,223,165); }

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