#DDDCA1

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

Shades of Mint Julep #DDDCA1

Tints of Mint Julep #DDDCA1

Color information

#DDDCA1 (or 0xDDDCA1) is unknown color: approx Mint Julep. HEX triplet: DD, DC and A1. RGB value is (221,220,161). Sum of RGB (Red+Green+Blue) = 221+220+161=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 161 (63.28% from 255 or 26.74% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDCA1 is #22235E. Grayscale: #D5D5D5. Windows color (decimal): -2237279 or 10607837. OLE color: 10607837.

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

Color convert

RGB221220161-
CMYK00.000.270.13
HSL59º46.88%74.9%-
HSV(B)59º27.15%86.67%-
XYZ61.8569.1343.8-
YUV213.5798.33133.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.71%
GREEN value IS 220 (86.33% from 255) = 36.54%
BLUE value IS 161 (63.28% from 255) = 26.74%
R=36.71%
G=36.54%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122016100.000.270.135946.8874.9
HexDDDCA1001BD3b2f4b
Octal3353342410033157357113
Binary110111011101110010100001001101111011110111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCA1; }

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

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

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

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

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

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

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

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