#DDDBA4

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

Shades of Mint Julep #DDDBA4

Tints of Mint Julep #DDDBA4

Color information

#DDDBA4 (or 0xDDDBA4) is unknown color: approx Mint Julep. HEX triplet: DD, DB and A4. RGB value is (221,219,164). Sum of RGB (Red+Green+Blue) = 221+219+164=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 164 (64.45% from 255 or 27.15% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDBA4 is #22245B. Grayscale: #D5D5D5. Windows color (decimal): -2237532 or 10804189. OLE color: 10804189.

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

Color convert

RGB221219164-
CMYK00.010.260.13
HSL57.89º45.6%75.49%-
HSV(B)57.89º25.79%86.67%-
XYZ61.8568.7245.13-
YUV213.33100.16133.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.59%
GREEN value IS 219 (85.94% from 255) = 36.26%
BLUE value IS 164 (64.45% from 255) = 27.15%
R=36.59%
G=36.26%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121916400.010.260.1357.8945.675.49
HexDDDBA4011AD3a2e4b
Octal3353332440132157256113
Binary110111011101101110100100011101011011110101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBA4; }

 p { color: rgb(221,219,164); }

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

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

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

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

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

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

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