#DDD59D

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

Shades of Mint Julep #DDD59D

Tints of Mint Julep #DDD59D

Color information

#DDD59D (or 0xDDD59D) is unknown color: approx Mint Julep. HEX triplet: DD, D5 and 9D. RGB value is (221,213,157). Sum of RGB (Red+Green+Blue) = 221+213+157=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 213 (83.59% from 255 or 36.04% from 591); Blue value is 157 (61.72% from 255 or 26.57% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD59D is #222A62. Grayscale: #D1D1D1. Windows color (decimal): -2239075 or 10343901. OLE color: 10343901.

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

Color convert

RGB221213157-
CMYK00.040.290.13
HSL52.5º48.48%74.12%-
HSV(B)52.5º28.96%86.67%-
XYZ59.765.3941.37-
YUV209.0198.65136.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.39%
GREEN value IS 213 (83.59% from 255) = 36.04%
BLUE value IS 157 (61.72% from 255) = 26.57%
R=37.39%
G=36.04%
B=26.57%

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
Decimal22121315700.040.290.1352.548.4874.12
HexDDD59D041DD34304a
Octal3353252350435156460112
Binary11011101110101011001110101001110111011101001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD59D; }

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

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

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

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

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

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

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

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