#DDDBA3

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

Shades of Mint Julep #DDDBA3

Tints of Mint Julep #DDDBA3

Color information

#DDDBA3 (or 0xDDDBA3) is unknown color: approx Mint Julep. HEX triplet: DD, DB and A3. RGB value is (221,219,163). Sum of RGB (Red+Green+Blue) = 221+219+163=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 163 (64.06% from 255 or 27.03% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDBA3 is #22245C. Grayscale: #D5D5D5. Windows color (decimal): -2237533 or 10738653. OLE color: 10738653.

HSL color Cylindrical-coordinate representation of color #DDDBA3: hue angle of 57.93º 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 #DDDBA3 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB221219163-
CMYK00.010.260.13
HSL57.93º46.03%75.29%-
HSV(B)57.93º26.24%86.67%-
XYZ61.7668.6844.65-
YUV213.2199.66133.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.65%
GREEN value IS 219 (85.94% from 255) = 36.32%
BLUE value IS 163 (64.06% from 255) = 27.03%
R=36.65%
G=36.32%
B=27.03%

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
Decimal22121916300.010.260.1357.9346.0375.29
HexDDDBA3011AD3a2e4b
Octal3353332430132157256113
Binary110111011101101110100011011101011011110101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBA3; }

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

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

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

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

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

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

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

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