#DCDAA1

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

Shades of Mint Julep #DCDAA1

Tints of Mint Julep #DCDAA1

Color information

#DCDAA1 (or 0xDCDAA1) is unknown color: approx Mint Julep. HEX triplet: DC, DA and A1. RGB value is (220,218,161). Sum of RGB (Red+Green+Blue) = 220+218+161=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 161 (63.28% from 255 or 26.88% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDAA1 is #23255E. Grayscale: #D4D4D4. Windows color (decimal): -2303327 or 10607324. OLE color: 10607324.

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

Color convert

RGB220218161-
CMYK00.010.270.14
HSL57.97º45.74%74.71%-
HSV(B)57.97º26.82%86.27%-
XYZ61.0267.9343.61-
YUV212.199.16133.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.73%
GREEN value IS 218 (85.55% from 255) = 36.39%
BLUE value IS 161 (63.28% from 255) = 26.88%
R=36.73%
G=36.39%
B=26.88%

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
Decimal22021816100.010.270.1457.9745.7474.71
HexDCDAA1011BE3a2e4b
Octal3343322410133167256113
Binary110111001101101010100001011101111101110101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDAA1; }

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

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

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

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

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

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

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

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