#DCD9A6

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

Shades of Mint Julep #DCD9A6

Tints of Mint Julep #DCD9A6

Color information

#DCD9A6 (or 0xDCD9A6) is unknown color: approx Mint Julep. HEX triplet: DC, D9 and A6. RGB value is (220,217,166). Sum of RGB (Red+Green+Blue) = 220+217+166=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 217 (85.16% from 255 or 35.99% from 603); Blue value is 166 (65.23% from 255 or 27.53% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD9A6 is #232659. Grayscale: #D4D4D4. Windows color (decimal): -2303578 or 10934748. OLE color: 10934748.

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

Color convert

RGB220217166-
CMYK00.010.250.14
HSL56.67º43.55%75.69%-
HSV(B)56.67º24.55%86.27%-
XYZ61.2167.5945.9-
YUV212.08101.99133.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.48%
GREEN value IS 217 (85.16% from 255) = 35.99%
BLUE value IS 166 (65.23% from 255) = 27.53%
R=36.48%
G=35.99%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021716600.010.250.1456.6743.5575.69
HexDCD9A60119E392c4c
Octal3343312460131167154114
Binary110111001101100110100110011100111101110011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD9A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD9A6; }

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

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

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

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

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

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

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

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