#DFDC9F

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

Shades of Mint Julep #DFDC9F

Tints of Mint Julep #DFDC9F

Color information

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

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

Color convert

RGB223220159-
CMYK00.010.290.13
HSL57.19º50%74.9%-
HSV(B)57.19º28.7%87.45%-
XYZ62.2869.3842.91-
YUV213.9496.99134.46-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322015900.010.290.1357.195074.9
HexDFDC9F011DD39324b
Octal3373342370135157162113
Binary110111111101110010011111011110111011110011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDC9F; }

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

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

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

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

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

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

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

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