#DCD6A4

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

Shades of Mint Julep #DCD6A4

Tints of Mint Julep #DCD6A4

Color information

#DCD6A4 (or 0xDCD6A4) is unknown color: approx Mint Julep. HEX triplet: DC, D6 and A4. RGB value is (220,214,164). Sum of RGB (Red+Green+Blue) = 220+214+164=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 214 (83.98% from 255 or 35.79% from 598); Blue value is 164 (64.45% from 255 or 27.42% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD6A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD6A4 is #23295B. Grayscale: #D2D2D2. Windows color (decimal): -2304348 or 10802908. OLE color: 10802908.

HSL color Cylindrical-coordinate representation of color #DCD6A4: hue angle of 53.57º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCD6A4 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB220214164-
CMYK00.030.250.14
HSL53.57º44.44%75.29%-
HSV(B)53.57º25.45%86.27%-
XYZ60.2665.9944.68-
YUV210.09101.99135.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.79%
GREEN value IS 214 (83.98% from 255) = 35.79%
BLUE value IS 164 (64.45% from 255) = 27.42%
R=36.79%
G=35.79%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021416400.030.250.1453.5744.4475.29
HexDCD6A40319E362c4b
Octal3343262440331166654113
Binary1101110011010110101001000111100111101101101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD6A4; }

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

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

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

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

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

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

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

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