#DDD79C

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

Shades of Mint Julep #DDD79C

Tints of Mint Julep #DDD79C

Color information

#DDD79C (or 0xDDD79C) is unknown color: approx Mint Julep. HEX triplet: DD, D7 and 9C. RGB value is (221,215,156). Sum of RGB (Red+Green+Blue) = 221+215+156=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 215 (84.38% from 255 or 36.32% from 592); Blue value is 156 (61.33% from 255 or 26.35% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD79C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD79C is #222863. Grayscale: #D2D2D2. Windows color (decimal): -2238564 or 10278877. OLE color: 10278877.

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

Color convert

RGB221215156-
CMYK00.030.290.13
HSL54.46º48.87%73.92%-
HSV(B)54.46º29.41%86.67%-
XYZ60.1266.3741.1-
YUV210.0797.49135.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.33%
GREEN value IS 215 (84.38% from 255) = 36.32%
BLUE value IS 156 (61.33% from 255) = 26.35%
R=37.33%
G=36.32%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121515600.030.290.1354.4648.8773.92
HexDDD79C031DD36314a
Octal3353272340335156661112
Binary1101110111010111100111000111110111011101101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD79C; }

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

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

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

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

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

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

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

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