#DCD6A2

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

Shades of Mint Julep #DCD6A2

Tints of Mint Julep #DCD6A2

Color information

#DCD6A2 (or 0xDCD6A2) is unknown color: approx Mint Julep. HEX triplet: DC, D6 and A2. RGB value is (220,214,162). Sum of RGB (Red+Green+Blue) = 220+214+162=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 214 (83.98% from 255 or 35.91% from 596); Blue value is 162 (63.67% from 255 or 27.18% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD6A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD6A2 is #23295D. Grayscale: #D2D2D2. Windows color (decimal): -2304350 or 10671836. OLE color: 10671836.

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

Color convert

RGB220214162-
CMYK00.030.260.14
HSL53.79º45.31%74.9%-
HSV(B)53.79º26.36%86.27%-
XYZ60.0865.9243.74-
YUV209.87100.99135.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.91%
GREEN value IS 214 (83.98% from 255) = 35.91%
BLUE value IS 162 (63.67% from 255) = 27.18%
R=36.91%
G=35.91%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021416200.030.260.1453.7945.3174.9
HexDCD6A2031AE362d4b
Octal3343262420332166655113
Binary1101110011010110101000100111101011101101101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD6A2; }

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

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

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

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

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

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

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

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