#DCD9AA

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

Shades of Mint Julep #DCD9AA

Tints of Mint Julep #DCD9AA

Color information

#DCD9AA (or 0xDCD9AA) is unknown color: approx Mint Julep. HEX triplet: DC, D9 and AA. RGB value is (220,217,170). Sum of RGB (Red+Green+Blue) = 220+217+170=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 217 (85.16% from 255 or 35.75% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD9AA is #232655. Grayscale: #D4D4D4. Windows color (decimal): -2303574 or 11196892. OLE color: 11196892.

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

Color convert

RGB220217170-
CMYK00.010.230.14
HSL56.4º41.67%76.47%-
HSV(B)56.4º22.73%86.27%-
XYZ61.5867.7447.86-
YUV212.54103.99133.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.24%
GREEN value IS 217 (85.16% from 255) = 35.75%
BLUE value IS 170 (66.80% from 255) = 28.01%
R=36.24%
G=35.75%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021717000.010.230.1456.441.6776.47
HexDCD9AA0117E382a4c
Octal3343312520127167052114
Binary110111001101100110101010011011111101110001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD9AA; }

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

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

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

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

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

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

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

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