#DFD9AF

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

Shades of Mint Julep #DFD9AF

Tints of Mint Julep #DFD9AF

Color information

#DFD9AF (or 0xDFD9AF) is unknown color: approx Mint Julep. HEX triplet: DF, D9 and AF. RGB value is (223,217,175). Sum of RGB (Red+Green+Blue) = 223+217+175=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 217 (85.16% from 255 or 35.28% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD9AF is #202650. Grayscale: #D6D6D6. Windows color (decimal): -2106961 or 11524575. OLE color: 11524575.

HSL color Cylindrical-coordinate representation of color #DFD9AF: hue angle of 52.5º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFD9AF is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB223217175-
CMYK00.030.220.13
HSL52.5º42.86%78.04%-
HSV(B)52.5º21.52%87.45%-
XYZ62.9868.4150.44-
YUV214.01105.99134.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.26%
GREEN value IS 217 (85.16% from 255) = 35.28%
BLUE value IS 175 (68.75% from 255) = 28.46%
R=36.26%
G=35.28%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321717500.030.220.1352.542.8678.04
HexDFD9AF0316D342b4e
Octal3373312570326156453116
Binary1101111111011001101011110111011011011101001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD9AF; }

 p { color: rgb(223,217,175); }

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

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

 a { background-color: rgb(223,217,175); }

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

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

 span { border-color: rgb(223,217,175); }

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