#DFDCA2

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

Shades of Mint Julep #DFDCA2

Tints of Mint Julep #DFDCA2

Color information

#DFDCA2 (or 0xDFDCA2) is unknown color: approx Mint Julep. HEX triplet: DF, DC and A2. RGB value is (223,220,162). Sum of RGB (Red+Green+Blue) = 223+220+162=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 162 (63.67% from 255 or 26.78% from 605); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDCA2 is #20235D. Grayscale: #D6D6D6. Windows color (decimal): -2106206 or 10673375. OLE color: 10673375.

HSL color Cylindrical-coordinate representation of color #DFDCA2: hue angle of 57.05º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFDCA2 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB223220162-
CMYK00.010.270.13
HSL57.05º48.8%75.49%-
HSV(B)57.05º27.35%87.45%-
XYZ62.5569.4844.3-
YUV214.2898.49134.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.86%
GREEN value IS 220 (86.33% from 255) = 36.36%
BLUE value IS 162 (63.67% from 255) = 26.78%
R=36.86%
G=36.36%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322016200.010.270.1357.0548.875.49
HexDFDCA2011BD39314b
Octal3373342420133157161113
Binary110111111101110010100010011101111011110011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCA2; }

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

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

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

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

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

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

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

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