#DFD6AF

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

Shades of Mint Julep #DFD6AF

Tints of Mint Julep #DFD6AF

Color information

#DFD6AF (or 0xDFD6AF) is unknown color: approx Mint Julep. HEX triplet: DF, D6 and AF. RGB value is (223,214,175). Sum of RGB (Red+Green+Blue) = 223+214+175=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 214 (83.98% from 255 or 34.97% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD6AF is #202950. Grayscale: #D4D4D4. Windows color (decimal): -2107729 or 11523807. OLE color: 11523807.

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

Color convert

RGB223214175-
CMYK00.040.220.13
HSL48.75º42.86%78.04%-
HSV(B)48.75º21.52%87.45%-
XYZ62.2266.8850.19-
YUV212.24106.98135.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.44%
GREEN value IS 214 (83.98% from 255) = 34.97%
BLUE value IS 175 (68.75% from 255) = 28.59%
R=36.44%
G=34.97%
B=28.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321417500.040.220.1348.7542.8678.04
HexDFD6AF0416D312b4e
Octal3373262570426156153116
Binary11011111110101101010111101001011011011100011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD6AF; }

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

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

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

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

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

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

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

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