#DFDDAA

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

Shades of Mint Julep #DFDDAA

Tints of Mint Julep #DFDDAA

Color information

#DFDDAA (or 0xDFDDAA) is unknown color: approx Mint Julep. HEX triplet: DF, DD and AA. RGB value is (223,221,170). Sum of RGB (Red+Green+Blue) = 223+221+170=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 170 (66.80% from 255 or 27.69% from 614); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDDAA is #202255. Grayscale: #D7D7D7. Windows color (decimal): -2105942 or 11197919. OLE color: 11197919.

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

Color convert

RGB223221170-
CMYK00.010.240.13
HSL57.74º45.3%77.06%-
HSV(B)57.74º23.77%87.45%-
XYZ63.5470.348.25-
YUV215.78102.16133.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.32%
GREEN value IS 221 (86.72% from 255) = 35.99%
BLUE value IS 170 (66.80% from 255) = 27.69%
R=36.32%
G=35.99%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322117000.010.240.1357.7445.377.06
HexDFDDAA0118D3a2d4d
Octal3373352520130157255115
Binary110111111101110110101010011100011011110101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDAA; }

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

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

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

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

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

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

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

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