#DCD9A0

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

Shades of Mint Julep #DCD9A0

Tints of Mint Julep #DCD9A0

Color information

#DCD9A0 (or 0xDCD9A0) is unknown color: approx Mint Julep. HEX triplet: DC, D9 and A0. RGB value is (220,217,160). Sum of RGB (Red+Green+Blue) = 220+217+160=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 160 (62.89% from 255 or 26.80% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD9A0 is #23265F. Grayscale: #D3D3D3. Windows color (decimal): -2303584 or 10541532. OLE color: 10541532.

HSL color Cylindrical-coordinate representation of color #DCD9A0: hue angle of 57º 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 #DCD9A0 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB220217160-
CMYK00.010.270.14
HSL57º46.15%74.51%-
HSV(B)57º27.27%86.27%-
XYZ60.6767.3843.07-
YUV211.498.99134.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.85%
GREEN value IS 217 (85.16% from 255) = 36.35%
BLUE value IS 160 (62.89% from 255) = 26.80%
R=36.85%
G=36.35%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021716000.010.270.145746.1574.51
HexDCD9A0011BE392e4b
Octal3343312400133167156113
Binary110111001101100110100000011101111101110011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD9A0; }

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

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

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

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

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

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

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

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