#DDD59C

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

Shades of Mint Julep #DDD59C

Tints of Mint Julep #DDD59C

Color information

#DDD59C (or 0xDDD59C) is unknown color: approx Mint Julep. HEX triplet: DD, D5 and 9C. RGB value is (221,213,156). Sum of RGB (Red+Green+Blue) = 221+213+156=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 213 (83.59% from 255 or 36.10% from 590); Blue value is 156 (61.33% from 255 or 26.44% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD59C is #222A63. Grayscale: #D1D1D1. Windows color (decimal): -2239076 or 10278365. OLE color: 10278365.

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

Color convert

RGB221213156-
CMYK00.040.290.13
HSL52.62º48.87%73.92%-
HSV(B)52.62º29.41%86.67%-
XYZ59.6165.3640.93-
YUV208.8998.15136.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.46%
GREEN value IS 213 (83.59% from 255) = 36.10%
BLUE value IS 156 (61.33% from 255) = 26.44%
R=37.46%
G=36.10%
B=26.44%

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
Decimal22121315600.040.290.1352.6248.8773.92
HexDDD59C041DD35314a
Octal3353252340435156561112
Binary11011101110101011001110001001110111011101011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD59C; }

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

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

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

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

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

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

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

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