#DDDA9E

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

Shades of Mint Julep #DDDA9E

Tints of Mint Julep #DDDA9E

Color information

#DDDA9E (or 0xDDDA9E) is unknown color: approx Mint Julep. HEX triplet: DD, DA and 9E. RGB value is (221,218,158). Sum of RGB (Red+Green+Blue) = 221+218+158=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 158 (62.11% from 255 or 26.47% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDA9E is #222561. Grayscale: #D4D4D4. Windows color (decimal): -2237794 or 10410717. OLE color: 10410717.

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

Color convert

RGB221218158-
CMYK00.010.290.13
HSL57.14º48.09%74.31%-
HSV(B)57.14º28.51%86.67%-
XYZ61.0667.9842.25-
YUV212.0697.49134.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.02%
GREEN value IS 218 (85.55% from 255) = 36.52%
BLUE value IS 158 (62.11% from 255) = 26.47%
R=37.02%
G=36.52%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121815800.010.290.1357.1448.0974.31
HexDDDA9E011DD39304a
Octal3353322360135157160112
Binary110111011101101010011110011110111011110011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDA9E; }

 p { color: rgb(221,218,158); }

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

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

 a { background-color: rgb(221,218,158); }

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

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

 span { border-color: rgb(221,218,158); }

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