#DCD99F

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

Shades of Mint Julep #DCD99F

Tints of Mint Julep #DCD99F

Color information

#DCD99F (or 0xDCD99F) is unknown color: approx Mint Julep. HEX triplet: DC, D9 and 9F. RGB value is (220,217,159). Sum of RGB (Red+Green+Blue) = 220+217+159=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 217 (85.16% from 255 or 36.41% from 596); Blue value is 159 (62.5% from 255 or 26.68% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD99F is #232660. Grayscale: #D3D3D3. Windows color (decimal): -2303585 or 10475996. OLE color: 10475996.

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

Color convert

RGB220217159-
CMYK00.010.280.14
HSL57.05º46.56%74.31%-
HSV(B)57.05º27.73%86.27%-
XYZ60.5967.3442.61-
YUV211.2898.49134.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.91%
GREEN value IS 217 (85.16% from 255) = 36.41%
BLUE value IS 159 (62.5% from 255) = 26.68%
R=36.91%
G=36.41%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021715900.010.280.1457.0546.5674.31
HexDCD99F011CE392f4a
Octal3343312370134167157112
Binary110111001101100110011111011110011101110011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD99F; }

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

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

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

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

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

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

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

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