#DCD9AE

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

Shades of Mint Julep #DCD9AE

Tints of Mint Julep #DCD9AE

Color information

#DCD9AE (or 0xDCD9AE) is unknown color: approx Mint Julep. HEX triplet: DC, D9 and AE. RGB value is (220,217,174). Sum of RGB (Red+Green+Blue) = 220+217+174=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 217 (85.16% from 255 or 35.52% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD9AE is #232651. Grayscale: #D5D5D5. Windows color (decimal): -2303570 or 11459036. OLE color: 11459036.

HSL color Cylindrical-coordinate representation of color #DCD9AE: hue angle of 56.09º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCD9AE is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB220217174-
CMYK00.010.210.14
HSL56.09º39.66%77.25%-
HSV(B)56.09º20.91%86.27%-
XYZ61.9767.949.88-
YUV213105.99133-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.01%
GREEN value IS 217 (85.16% from 255) = 35.52%
BLUE value IS 174 (68.36% from 255) = 28.48%
R=36.01%
G=35.52%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021717400.010.210.1456.0939.6677.25
HexDCD9AE0115E38284d
Octal3343312560125167050115
Binary110111001101100110101110011010111101110001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD9AE; }

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

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

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

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

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

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

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

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