#DCDAA3

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

Shades of Mint Julep #DCDAA3

Tints of Mint Julep #DCDAA3

Color information

#DCDAA3 (or 0xDCDAA3) is unknown color: approx Mint Julep. HEX triplet: DC, DA and A3. RGB value is (220,218,163). Sum of RGB (Red+Green+Blue) = 220+218+163=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 163 (64.06% from 255 or 27.12% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDAA3 is #23255C. Grayscale: #D4D4D4. Windows color (decimal): -2303325 or 10738396. OLE color: 10738396.

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

Color convert

RGB220218163-
CMYK00.010.260.14
HSL57.89º44.88%75.1%-
HSV(B)57.89º25.91%86.27%-
XYZ61.26844.55-
YUV212.33100.16133.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 218 (85.55% from 255) = 36.27%
BLUE value IS 163 (64.06% from 255) = 27.12%
R=36.61%
G=36.27%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021816300.010.260.1457.8944.8875.1
HexDCDAA3011AE3a2d4b
Octal3343322430132167255113
Binary110111001101101010100011011101011101110101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDAA3; }

 p { color: rgb(220,218,163); }

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

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

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

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

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

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

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