#DDDDA0

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

Shades of Mint Julep #DDDDA0

Tints of Mint Julep #DDDDA0

Color information

#DDDDA0 (or 0xDDDDA0) is unknown color: approx Mint Julep. HEX triplet: DD, DD and A0. RGB value is (221,221,160). Sum of RGB (Red+Green+Blue) = 221+221+160=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDDA0 is #22225F. Grayscale: #D6D6D6. Windows color (decimal): -2237024 or 10542557. OLE color: 10542557.

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

Color convert

RGB221221160-
CMYK000.280.13
HSL60º47.29%74.71%-
HSV(B)60º27.6%86.67%-
XYZ62.0269.6243.43-
YUV214.0597.5132.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.71%
GREEN value IS 221 (86.72% from 255) = 36.71%
BLUE value IS 160 (62.89% from 255) = 26.58%
R=36.71%
G=36.71%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221221160000.280.136047.2974.71
HexDDDDA0001CD3c2f4b
Octal3353352400034157457113
Binary110111011101110110100000001110011011111001011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDDA0; }

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

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

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

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

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

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

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

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