#DCD5A6

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

Shades of Mint Julep #DCD5A6

Tints of Mint Julep #DCD5A6

Color information

#DCD5A6 (or 0xDCD5A6) is unknown color: approx Mint Julep. HEX triplet: DC, D5 and A6. RGB value is (220,213,166). Sum of RGB (Red+Green+Blue) = 220+213+166=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 213 (83.59% from 255 or 35.56% from 599); Blue value is 166 (65.23% from 255 or 27.71% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD5A6 is #232A59. Grayscale: #D1D1D1. Windows color (decimal): -2304602 or 10933724. OLE color: 10933724.

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

Color convert

RGB220213166-
CMYK00.030.250.14
HSL52.22º43.55%75.69%-
HSV(B)52.22º24.55%86.27%-
XYZ60.1965.5645.56-
YUV209.74103.32135.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.73%
GREEN value IS 213 (83.59% from 255) = 35.56%
BLUE value IS 166 (65.23% from 255) = 27.71%
R=36.73%
G=35.56%
B=27.71%

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
Decimal22021316600.030.250.1452.2243.5575.69
HexDCD5A60319E342c4c
Octal3343252460331166454114
Binary1101110011010101101001100111100111101101001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD5A6; }

 p { color: rgb(220,213,166); }

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

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

 a { background-color: rgb(220,213,166); }

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

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

 span { border-color: rgb(220,213,166); }

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