#DCDCA5

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

Shades of Mint Julep #DCDCA5

Tints of Mint Julep #DCDCA5

Color information

#DCDCA5 (or 0xDCDCA5) is unknown color: approx Mint Julep. HEX triplet: DC, DC and A5. RGB value is (220,220,165). Sum of RGB (Red+Green+Blue) = 220+220+165=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 165 (64.84% from 255 or 27.27% from 605); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDCA5 is #23235A. Grayscale: #D5D5D5. Windows color (decimal): -2302811 or 10869980. OLE color: 10869980.

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

Color convert

RGB220220165-
CMYK000.250.14
HSL60º44%75.49%-
HSV(B)60º25%86.27%-
XYZ61.969.1245.68-
YUV213.73100.5132.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.36%
GREEN value IS 220 (86.33% from 255) = 36.36%
BLUE value IS 165 (64.84% from 255) = 27.27%
R=36.36%
G=36.36%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220220165000.250.14604475.49
HexDCDCA50019E3c2c4b
Octal3343342450031167454113
Binary110111001101110010100101001100111101111001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDCA5; }

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

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

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

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

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

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

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

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