#DCD6A1

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

Shades of Mint Julep #DCD6A1

Tints of Mint Julep #DCD6A1

Color information

#DCD6A1 (or 0xDCD6A1) is unknown color: approx Mint Julep. HEX triplet: DC, D6 and A1. RGB value is (220,214,161). Sum of RGB (Red+Green+Blue) = 220+214+161=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 214 (83.98% from 255 or 35.97% from 595); Blue value is 161 (63.28% from 255 or 27.06% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD6A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD6A1 is #23295E. Grayscale: #D1D1D1. Windows color (decimal): -2304351 or 10606300. OLE color: 10606300.

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

Color convert

RGB220214161-
CMYK00.030.270.14
HSL53.9º45.74%74.71%-
HSV(B)53.9º26.82%86.27%-
XYZ59.9965.8843.27-
YUV209.75100.49135.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 214 (83.98% from 255) = 35.97%
BLUE value IS 161 (63.28% from 255) = 27.06%
R=36.97%
G=35.97%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021416100.030.270.1453.945.7474.71
HexDCD6A1031BE362e4b
Octal3343262410333166656113
Binary1101110011010110101000010111101111101101101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD6A1; }

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

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

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

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

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

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

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

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