#DCDDA1

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

Shades of Mint Julep #DCDDA1

Tints of Mint Julep #DCDDA1

Color information

#DCDDA1 (or 0xDCDDA1) is unknown color: approx Mint Julep. HEX triplet: DC, DD and A1. RGB value is (220,221,161). Sum of RGB (Red+Green+Blue) = 220+221+161=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 161 (63.28% from 255 or 26.74% from 602); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDDA1 is #23225E. Grayscale: #D6D6D6. Windows color (decimal): -2302559 or 10608092. OLE color: 10608092.

HSL color Cylindrical-coordinate representation of color #DCDDA1: hue angle of 61º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCDDA1 is Cyan = 0.00, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB220221161-
CMYK0.0000.270.13
HSL61º46.88%74.9%-
HSV(B)61º27.15%86.67%-
XYZ61.869.543.88-
YUV213.8698.17132.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 221 (86.72% from 255) = 36.71%
BLUE value IS 161 (63.28% from 255) = 26.74%
R=36.54%
G=36.71%
B=26.74%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202211610.0000.270.136146.8874.9
HexDCDDA1001BD3d2f4b
Octal3343352410033157557113
Binary110111001101110110100001001101111011111011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDDA1; }

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

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

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

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

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

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

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

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