#DFDDA0

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

Shades of Mint Julep #DFDDA0

Tints of Mint Julep #DFDDA0

Color information

#DFDDA0 (or 0xDFDDA0) is unknown color: approx Mint Julep. HEX triplet: DF, DD and A0. RGB value is (223,221,160). Sum of RGB (Red+Green+Blue) = 223+221+160=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 160 (62.89% from 255 or 26.49% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDDA0 is #20225F. Grayscale: #D6D6D6. Windows color (decimal): -2105952 or 10542559. OLE color: 10542559.

HSL color Cylindrical-coordinate representation of color #DFDDA0: hue angle of 58.1º degrees, saturation: 0.5, 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 #DFDDA0 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB223221160-
CMYK00.010.280.13
HSL58.1º49.61%75.1%-
HSV(B)58.1º28.25%87.45%-
XYZ62.6369.9443.46-
YUV214.6497.16133.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.92%
GREEN value IS 221 (86.72% from 255) = 36.59%
BLUE value IS 160 (62.89% from 255) = 26.49%
R=36.92%
G=36.59%
B=26.49%

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
Decimal22322116000.010.280.1358.149.6175.1
HexDFDDA0011CD3a324b
Octal3373352400134157262113
Binary110111111101110110100000011110011011110101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDA0; }

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

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

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

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

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

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

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

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