#DCD5A2

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

Shades of Mint Julep #DCD5A2

Tints of Mint Julep #DCD5A2

Color information

#DCD5A2 (or 0xDCD5A2) is unknown color: approx Mint Julep. HEX triplet: DC, D5 and A2. RGB value is (220,213,162). Sum of RGB (Red+Green+Blue) = 220+213+162=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 213 (83.59% from 255 or 35.80% from 595); Blue value is 162 (63.67% from 255 or 27.23% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD5A2 is #232A5D. Grayscale: #D1D1D1. Windows color (decimal): -2304606 or 10671580. OLE color: 10671580.

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

Color convert

RGB220213162-
CMYK00.030.260.14
HSL52.76º45.31%74.9%-
HSV(B)52.76º26.36%86.27%-
XYZ59.8365.4143.65-
YUV209.28101.32135.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 213 (83.59% from 255) = 35.80%
BLUE value IS 162 (63.67% from 255) = 27.23%
R=36.97%
G=35.80%
B=27.23%

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
Decimal22021316200.030.260.1452.7645.3174.9
HexDCD5A2031AE352d4b
Octal3343252420332166555113
Binary1101110011010101101000100111101011101101011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD5A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD5A2; }

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

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

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

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

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

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

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

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