#DCD5A3

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

Shades of Mint Julep #DCD5A3

Tints of Mint Julep #DCD5A3

Color information

#DCD5A3 (or 0xDCD5A3) is unknown color: approx Mint Julep. HEX triplet: DC, D5 and A3. RGB value is (220,213,163). Sum of RGB (Red+Green+Blue) = 220+213+163=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 213 (83.59% from 255 or 35.74% from 596); Blue value is 163 (64.06% from 255 or 27.35% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD5A3 is #232A5C. Grayscale: #D1D1D1. Windows color (decimal): -2304605 or 10737116. OLE color: 10737116.

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

Color convert

RGB220213163-
CMYK00.030.260.14
HSL52.63º44.88%75.1%-
HSV(B)52.63º25.91%86.27%-
XYZ59.9265.4544.13-
YUV209.39101.82135.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.91%
GREEN value IS 213 (83.59% from 255) = 35.74%
BLUE value IS 163 (64.06% from 255) = 27.35%
R=36.91%
G=35.74%
B=27.35%

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
Decimal22021316300.030.260.1452.6344.8875.1
HexDCD5A3031AE352d4b
Octal3343252430332166555113
Binary1101110011010101101000110111101011101101011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD5A3; }

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

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

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

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

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

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

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

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