#DDDCA6

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

Shades of Mint Julep #DDDCA6

Tints of Mint Julep #DDDCA6

Color information

#DDDCA6 (or 0xDDDCA6) is unknown color: approx Mint Julep. HEX triplet: DD, DC and A6. RGB value is (221,220,166). Sum of RGB (Red+Green+Blue) = 221+220+166=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 166 (65.23% from 255 or 27.35% from 607); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDCA6 is #222359. Grayscale: #D6D6D6. Windows color (decimal): -2237274 or 10935517. OLE color: 10935517.

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

Color convert

RGB221220166-
CMYK00.000.250.13
HSL58.91º44.72%75.88%-
HSV(B)58.91º24.89%86.67%-
XYZ62.2969.3146.17-
YUV214.14100.83132.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.41%
GREEN value IS 220 (86.33% from 255) = 36.24%
BLUE value IS 166 (65.23% from 255) = 27.35%
R=36.41%
G=36.24%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122016600.000.250.1358.9144.7275.88
HexDDDCA60019D3b2d4c
Octal3353342460031157355114
Binary110111011101110010100110001100111011110111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCA6; }

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

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

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

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

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

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

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

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