#DDD79B

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

Shades of Mint Julep #DDD79B

Tints of Mint Julep #DDD79B

Color information

#DDD79B (or 0xDDD79B) is unknown color: approx Mint Julep. HEX triplet: DD, D7 and 9B. RGB value is (221,215,155). Sum of RGB (Red+Green+Blue) = 221+215+155=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 215 (84.38% from 255 or 36.38% from 591); Blue value is 155 (60.94% from 255 or 26.23% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD79B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD79B is #222864. Grayscale: #D2D2D2. Windows color (decimal): -2238565 or 10213341. OLE color: 10213341.

HSL color Cylindrical-coordinate representation of color #DDD79B: hue angle of 54.55º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDD79B is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB221215155-
CMYK00.030.300.13
HSL54.55º49.25%73.73%-
HSV(B)54.55º29.86%86.67%-
XYZ60.0466.3440.65-
YUV209.9596.99135.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.39%
GREEN value IS 215 (84.38% from 255) = 36.38%
BLUE value IS 155 (60.94% from 255) = 26.23%
R=37.39%
G=36.38%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121515500.030.300.1354.5549.2573.73
HexDDD79B031ED37314a
Octal3353272330336156761112
Binary1101110111010111100110110111111011011101111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD79B; }

 p { color: rgb(221,215,155); }

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

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

 a { background-color: rgb(221,215,155); }

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

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

 span { border-color: rgb(221,215,155); }

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