#DCD99C

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

Shades of Mint Julep #DCD99C

Tints of Mint Julep #DCD99C

Color information

#DCD99C (or 0xDCD99C) is unknown color: approx Mint Julep. HEX triplet: DC, D9 and 9C. RGB value is (220,217,156). Sum of RGB (Red+Green+Blue) = 220+217+156=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 217 (85.16% from 255 or 36.59% from 593); Blue value is 156 (61.33% from 255 or 26.31% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD99C is #232663. Grayscale: #D3D3D3. Windows color (decimal): -2303588 or 10279388. OLE color: 10279388.

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

Color convert

RGB220217156-
CMYK00.010.290.14
HSL57.19º47.76%73.73%-
HSV(B)57.19º29.09%86.27%-
XYZ60.3367.2441.25-
YUV210.9496.99134.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 217 (85.16% from 255) = 36.59%
BLUE value IS 156 (61.33% from 255) = 26.31%
R=37.10%
G=36.59%
B=26.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021715600.010.290.1457.1947.7673.73
HexDCD99C011DE39304a
Octal3343312340135167160112
Binary110111001101100110011100011110111101110011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD99C; }

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

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

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

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

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

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

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

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