#DCDF9F

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

Shades of Mint Julep #DCDF9F

Tints of Mint Julep #DCDF9F

Color information

#DCDF9F (or 0xDCDF9F) is unknown color: approx Mint Julep. HEX triplet: DC, DF and 9F. RGB value is (220,223,159). Sum of RGB (Red+Green+Blue) = 220+223+159=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 159 (62.5% from 255 or 26.41% from 602); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDF9F is #232060. Grayscale: #D7D7D7. Windows color (decimal): -2302049 or 10477532. OLE color: 10477532.

HSL color Cylindrical-coordinate representation of color #DCDF9F: hue angle of 62.81º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCDF9F is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB220223159-
CMYK0.0100.290.13
HSL62.81º50%74.9%-
HSV(B)62.81º28.7%87.45%-
XYZ62.1670.4943.13-
YUV214.8196.51131.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 223 (87.5% from 255) = 37.04%
BLUE value IS 159 (62.5% from 255) = 26.41%
R=36.54%
G=37.04%
B=26.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202231590.0100.290.1362.815074.9
HexDCDF9F101DD3f324b
Octal3343372371035157762113
Binary110111001101111110011111101110111011111111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDF9F; }

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

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

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

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

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

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

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

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