#DDD49E

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

Shades of Mint Julep #DDD49E

Tints of Mint Julep #DDD49E

Color information

#DDD49E (or 0xDDD49E) is unknown color: approx Mint Julep. HEX triplet: DD, D4 and 9E. RGB value is (221,212,158). Sum of RGB (Red+Green+Blue) = 221+212+158=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 158 (62.11% from 255 or 26.73% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD49E is #222B61. Grayscale: #D0D0D0. Windows color (decimal): -2239330 or 10409181. OLE color: 10409181.

HSL color Cylindrical-coordinate representation of color #DDD49E: hue angle of 51.43º 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 #DDD49E is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB221212158-
CMYK00.040.290.13
HSL51.43º48.09%74.31%-
HSV(B)51.43º28.51%86.67%-
XYZ59.5364.9341.74-
YUV208.5399.48136.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.39%
GREEN value IS 212 (83.20% from 255) = 35.87%
BLUE value IS 158 (62.11% from 255) = 26.73%
R=37.39%
G=35.87%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121215800.040.290.1351.4348.0974.31
HexDDD49E041DD33304a
Octal3353242360435156360112
Binary11011101110101001001111001001110111011100111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD49E; }

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

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

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

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

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

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

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

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