#DDD99D

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

Shades of Mint Julep #DDD99D

Tints of Mint Julep #DDD99D

Color information

#DDD99D (or 0xDDD99D) is unknown color: approx Mint Julep. HEX triplet: DD, D9 and 9D. RGB value is (221,217,157). Sum of RGB (Red+Green+Blue) = 221+217+157=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 217 (85.16% from 255 or 36.47% from 595); Blue value is 157 (61.72% from 255 or 26.39% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD99D is #222662. Grayscale: #D3D3D3. Windows color (decimal): -2238051 or 10344925. OLE color: 10344925.

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

Color convert

RGB221217157-
CMYK00.020.290.13
HSL56.25º48.48%74.12%-
HSV(B)56.25º28.96%86.67%-
XYZ60.7267.4341.71-
YUV211.3697.33134.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 217 (85.16% from 255) = 36.47%
BLUE value IS 157 (61.72% from 255) = 26.39%
R=37.14%
G=36.47%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121715700.020.290.1356.2548.4874.12
HexDDD99D021DD38304a
Octal3353312350235157060112
Binary1101110111011001100111010101110111011110001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD99D; }

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

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

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

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

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

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

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

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