#DFD9AD

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

Shades of Mint Julep #DFD9AD

Tints of Mint Julep #DFD9AD

Color information

#DFD9AD (or 0xDFD9AD) is unknown color: approx Mint Julep. HEX triplet: DF, D9 and AD. RGB value is (223,217,173). Sum of RGB (Red+Green+Blue) = 223+217+173=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD9AD is #202652. Grayscale: #D5D5D5. Windows color (decimal): -2106963 or 11393503. OLE color: 11393503.

HSL color Cylindrical-coordinate representation of color #DFD9AD: hue angle of 52.8º degrees, saturation: 0.44, 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 #DFD9AD is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB223217173-
CMYK00.030.220.13
HSL52.8º43.86%77.65%-
HSV(B)52.8º22.42%87.45%-
XYZ62.7968.3349.42-
YUV213.78104.99134.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.38%
GREEN value IS 217 (85.16% from 255) = 35.40%
BLUE value IS 173 (67.97% from 255) = 28.22%
R=36.38%
G=35.40%
B=28.22%

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
Decimal22321717300.030.220.1352.843.8677.65
HexDFD9AD0316D352c4e
Octal3373312550326156554116
Binary1101111111011001101011010111011011011101011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD9AD; }

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

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

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

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

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

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

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

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