#DDDCA9

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

Shades of Mint Julep #DDDCA9

Tints of Mint Julep #DDDCA9

Color information

#DDDCA9 (or 0xDDDCA9) is unknown color: approx Mint Julep. HEX triplet: DD, DC and A9. RGB value is (221,220,169). Sum of RGB (Red+Green+Blue) = 221+220+169=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 169 (66.41% from 255 or 27.70% from 610); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDCA9 is #222356. Grayscale: #D6D6D6. Windows color (decimal): -2237271 or 11132125. OLE color: 11132125.

HSL color Cylindrical-coordinate representation of color #DDDCA9: hue angle of 58.85º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDDCA9 is Cyan = 0, Magento = 0.00, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB221220169-
CMYK00.000.240.13
HSL58.85º43.33%76.47%-
HSV(B)58.85º23.53%86.67%-
XYZ62.5769.4247.64-
YUV214.48102.33132.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.23%
GREEN value IS 220 (86.33% from 255) = 36.07%
BLUE value IS 169 (66.41% from 255) = 27.70%
R=36.23%
G=36.07%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122016900.000.240.1358.8543.3376.47
HexDDDCA90018D3b2b4c
Octal3353342510030157353114
Binary110111011101110010101001001100011011110111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCA9; }

 p { color: rgb(221,220,169); }

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

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

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

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

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

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

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