#DFD8AD

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

Shades of Mint Julep #DFD8AD

Tints of Mint Julep #DFD8AD

Color information

#DFD8AD (or 0xDFD8AD) is unknown color: approx Mint Julep. HEX triplet: DF, D8 and AD. RGB value is (223,216,173). Sum of RGB (Red+Green+Blue) = 223+216+173=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 216 (84.77% from 255 or 35.29% from 612); Blue value is 173 (67.97% from 255 or 28.27% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD8AD is #202752. Grayscale: #D5D5D5. Windows color (decimal): -2107219 or 11393247. OLE color: 11393247.

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

Color convert

RGB223216173-
CMYK00.030.220.13
HSL51.6º43.86%77.65%-
HSV(B)51.6º22.42%87.45%-
XYZ62.5367.8249.33-
YUV213.19105.32135-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.44%
GREEN value IS 216 (84.77% from 255) = 35.29%
BLUE value IS 173 (67.97% from 255) = 28.27%
R=36.44%
G=35.29%
B=28.27%

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
Decimal22321617300.030.220.1351.643.8677.65
HexDFD8AD0316D342c4e
Octal3373302550326156454116
Binary1101111111011000101011010111011011011101001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD8AD; }

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

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

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

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

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

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

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

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