#DCD9A2

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

Shades of Mint Julep #DCD9A2

Tints of Mint Julep #DCD9A2

Color information

#DCD9A2 (or 0xDCD9A2) is unknown color: approx Mint Julep. HEX triplet: DC, D9 and A2. RGB value is (220,217,162). Sum of RGB (Red+Green+Blue) = 220+217+162=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 217 (85.16% from 255 or 36.23% from 599); Blue value is 162 (63.67% from 255 or 27.05% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD9A2 is #23265D. Grayscale: #D3D3D3. Windows color (decimal): -2303582 or 10672604. OLE color: 10672604.

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

Color convert

RGB220217162-
CMYK00.010.260.14
HSL56.9º45.31%74.9%-
HSV(B)56.9º26.36%86.27%-
XYZ60.8567.4543.99-
YUV211.6399.99133.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.73%
GREEN value IS 217 (85.16% from 255) = 36.23%
BLUE value IS 162 (63.67% from 255) = 27.05%
R=36.73%
G=36.23%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021716200.010.260.1456.945.3174.9
HexDCD9A2011AE392d4b
Octal3343312420132167155113
Binary110111001101100110100010011101011101110011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD9A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD9A2; }

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

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

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

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

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

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

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

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