#DFDDA1

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

Shades of Mint Julep #DFDDA1

Tints of Mint Julep #DFDDA1

Color information

#DFDDA1 (or 0xDFDDA1) is unknown color: approx Mint Julep. HEX triplet: DF, DD and A1. RGB value is (223,221,161). Sum of RGB (Red+Green+Blue) = 223+221+161=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 161 (63.28% from 255 or 26.61% from 605); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDDA1 is #20225E. Grayscale: #D6D6D6. Windows color (decimal): -2105951 or 10608095. OLE color: 10608095.

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

Color convert

RGB223221161-
CMYK00.010.280.13
HSL58.06º49.21%75.29%-
HSV(B)58.06º27.8%87.45%-
XYZ62.7269.9743.92-
YUV214.7697.66133.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.86%
GREEN value IS 221 (86.72% from 255) = 36.53%
BLUE value IS 161 (63.28% from 255) = 26.61%
R=36.86%
G=36.53%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322116100.010.280.1358.0649.2175.29
HexDFDDA1011CD3a314b
Octal3373352410134157261113
Binary110111111101110110100001011110011011110101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDA1; }

 p { color: rgb(223,221,161); }

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

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

 a { background-color: rgb(223,221,161); }

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

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

 span { border-color: rgb(223,221,161); }

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