#DDD9AD

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

Shades of Mint Julep #DDD9AD

Tints of Mint Julep #DDD9AD

Color information

#DDD9AD (or 0xDDD9AD) is unknown color: approx Mint Julep. HEX triplet: DD, D9 and AD. RGB value is (221,217,173). Sum of RGB (Red+Green+Blue) = 221+217+173=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 217 (85.16% from 255 or 35.52% from 611); Blue value is 173 (67.97% from 255 or 28.31% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD9AD is #222652. Grayscale: #D5D5D5. Windows color (decimal): -2238035 or 11393501. OLE color: 11393501.

HSL color Cylindrical-coordinate representation of color #DDD9AD: hue angle of 55º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDD9AD is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB221217173-
CMYK00.020.220.13
HSL55º41.38%77.25%-
HSV(B)55º21.72%86.67%-
XYZ62.1768.0149.39-
YUV213.18105.33133.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.17%
GREEN value IS 217 (85.16% from 255) = 35.52%
BLUE value IS 173 (67.97% from 255) = 28.31%
R=36.17%
G=35.52%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121717300.020.220.135541.3877.25
HexDDD9AD0216D37294d
Octal3353312550226156751115
Binary1101110111011001101011010101011011011101111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD9AD; }

 p { color: rgb(221,217,173); }

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

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

 a { background-color: rgb(221,217,173); }

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

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

 span { border-color: rgb(221,217,173); }

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