#DDDD9D

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

Shades of Mint Julep #DDDD9D

Tints of Mint Julep #DDDD9D

Color information

#DDDD9D (or 0xDDDD9D) is unknown color: approx Mint Julep. HEX triplet: DD, DD and 9D. RGB value is (221,221,157). Sum of RGB (Red+Green+Blue) = 221+221+157=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 157 (61.72% from 255 or 26.21% from 599); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDD9D is #222262. Grayscale: #D5D5D5. Windows color (decimal): -2237027 or 10345949. OLE color: 10345949.

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

Color convert

RGB221221157-
CMYK000.290.13
HSL60º48.48%74.12%-
HSV(B)60º28.96%86.67%-
XYZ61.7669.5242.06-
YUV213.796133.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.89%
GREEN value IS 221 (86.72% from 255) = 36.89%
BLUE value IS 157 (61.72% from 255) = 26.21%
R=36.89%
G=36.89%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221221157000.290.136048.4874.12
HexDDDD9D001DD3c304a
Octal3353352350035157460112
Binary110111011101110110011101001110111011111001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDD9D; }

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

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

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

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

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

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

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

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