#DCDCA0

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

Shades of Mint Julep #DCDCA0

Tints of Mint Julep #DCDCA0

Color information

#DCDCA0 (or 0xDCDCA0) is unknown color: approx Mint Julep. HEX triplet: DC, DC and A0. RGB value is (220,220,160). Sum of RGB (Red+Green+Blue) = 220+220+160=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 160 (62.89% from 255 or 26.67% from 600); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDCA0 is #23235F. Grayscale: #D5D5D5. Windows color (decimal): -2302816 or 10542300. OLE color: 10542300.

HSL color Cylindrical-coordinate representation of color #DCDCA0: hue angle of 60º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCDCA0 is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB220220160-
CMYK000.270.14
HSL60º46.15%74.51%-
HSV(B)60º27.27%86.27%-
XYZ61.4568.9443.33-
YUV213.1698132.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.67%
GREEN value IS 220 (86.33% from 255) = 36.67%
BLUE value IS 160 (62.89% from 255) = 26.67%
R=36.67%
G=36.67%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220220160000.270.146046.1574.51
HexDCDCA0001BE3c2e4b
Octal3343342400033167456113
Binary110111001101110010100000001101111101111001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDCA0; }

 p { color: rgb(220,220,160); }

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

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

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

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

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

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

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