#DCD4A1

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

Shades of Mint Julep #DCD4A1

Tints of Mint Julep #DCD4A1

Color information

#DCD4A1 (or 0xDCD4A1) is unknown color: approx Mint Julep. HEX triplet: DC, D4 and A1. RGB value is (220,212,161). Sum of RGB (Red+Green+Blue) = 220+212+161=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 212 (83.20% from 255 or 35.75% from 593); Blue value is 161 (63.28% from 255 or 27.15% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD4A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD4A1 is #232B5E. Grayscale: #D0D0D0. Windows color (decimal): -2304863 or 10605788. OLE color: 10605788.

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

Color convert

RGB220212161-
CMYK00.040.270.14
HSL51.86º45.74%74.71%-
HSV(B)51.86º26.82%86.27%-
XYZ59.4964.8843.1-
YUV208.58101.15136.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 212 (83.20% from 255) = 35.75%
BLUE value IS 161 (63.28% from 255) = 27.15%
R=37.10%
G=35.75%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021216100.040.270.1451.8645.7474.71
HexDCD4A1041BE342e4b
Octal3343242410433166456113
Binary11011100110101001010000101001101111101101001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD4A1; }

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

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

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

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

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

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

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

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