#DDD59E

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

Shades of Mint Julep #DDD59E

Tints of Mint Julep #DDD59E

Color information

#DDD59E (or 0xDDD59E) is unknown color: approx Mint Julep. HEX triplet: DD, D5 and 9E. RGB value is (221,213,158). Sum of RGB (Red+Green+Blue) = 221+213+158=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 213 (83.59% from 255 or 35.98% from 592); Blue value is 158 (62.11% from 255 or 26.69% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD59E is #222A61. Grayscale: #D1D1D1. Windows color (decimal): -2239074 or 10409437. OLE color: 10409437.

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

Color convert

RGB221213158-
CMYK00.040.290.13
HSL52.38º48.09%74.31%-
HSV(B)52.38º28.51%86.67%-
XYZ59.7865.4341.83-
YUV209.1299.15136.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.33%
GREEN value IS 213 (83.59% from 255) = 35.98%
BLUE value IS 158 (62.11% from 255) = 26.69%
R=37.33%
G=35.98%
B=26.69%

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
Decimal22121315800.040.290.1352.3848.0974.31
HexDDD59E041DD34304a
Octal3353252360435156460112
Binary11011101110101011001111001001110111011101001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD59E; }

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

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

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

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

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

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

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

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