#DCD9AC

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

Shades of Mint Julep #DCD9AC

Tints of Mint Julep #DCD9AC

Color information

#DCD9AC (or 0xDCD9AC) is unknown color: approx Mint Julep. HEX triplet: DC, D9 and AC. RGB value is (220,217,172). Sum of RGB (Red+Green+Blue) = 220+217+172=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD9AC is #232653. Grayscale: #D4D4D4. Windows color (decimal): -2303572 or 11327964. OLE color: 11327964.

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

Color convert

RGB220217172-
CMYK00.010.220.14
HSL56.25º40.68%76.86%-
HSV(B)56.25º21.82%86.27%-
XYZ61.7767.8248.86-
YUV212.77104.99133.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.12%
GREEN value IS 217 (85.16% from 255) = 35.63%
BLUE value IS 172 (67.58% from 255) = 28.24%
R=36.12%
G=35.63%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021717200.010.220.1456.2540.6876.86
HexDCD9AC0116E38294d
Octal3343312540126167051115
Binary110111001101100110101100011011011101110001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD9AC; }

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

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

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

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

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

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

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

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