#DDDBA1

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

Shades of Mint Julep #DDDBA1

Tints of Mint Julep #DDDBA1

Color information

#DDDBA1 (or 0xDDDBA1) is unknown color: approx Mint Julep. HEX triplet: DD, DB and A1. RGB value is (221,219,161). Sum of RGB (Red+Green+Blue) = 221+219+161=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 161 (63.28% from 255 or 26.79% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDBA1 is #22245E. Grayscale: #D5D5D5. Windows color (decimal): -2237535 or 10607581. OLE color: 10607581.

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

Color convert

RGB221219161-
CMYK00.010.270.13
HSL58º46.88%74.9%-
HSV(B)58º27.15%86.67%-
XYZ61.5868.6143.72-
YUV212.9998.66133.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.77%
GREEN value IS 219 (85.94% from 255) = 36.44%
BLUE value IS 161 (63.28% from 255) = 26.79%
R=36.77%
G=36.44%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121916100.010.270.135846.8874.9
HexDDDBA1011BD3a2f4b
Octal3353332410133157257113
Binary110111011101101110100001011101111011110101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBA1; }

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

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

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

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

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

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

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

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