#dcdfa8

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

Shades of Tusk #DCDFA8

Tints of Tusk #DCDFA8

Color information

#DCDFA8 (or 0xDCDFA8) is unknown color: approx Tusk. HEX triplet: DC, DF and A8. RGB value is (220,223,168). Sum of RGB (Red+Green+Blue) = 220+223+168=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 168 (66.02% from 255 or 27.50% from 611); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDFA8 is #232057. Grayscale: #D8D8D8. Windows color (decimal): -2302040 or 11067356. OLE color: 11067356.

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

Color convert

RGB220223168-
CMYK0.0100.250.13
HSL63.27º46.22%76.67%-
HSV(B)63.27º24.66%87.45%-
XYZ62.9770.8247.4-
YUV215.83101.01130.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.01%
GREEN value IS 223 (87.5% from 255) = 36.50%
BLUE value IS 168 (66.02% from 255) = 27.50%
R=36.01%
G=36.50%
B=27.50%

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
Decimal2202231680.0100.250.1363.2746.2276.67
HexDCDFA81019D3f2e4d
Octal3343372501031157756115
Binary110111001101111110101000101100111011111111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcdfa8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcdfa8; }

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

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

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

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

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

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

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

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