#DDDBAA

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

Shades of Mint Julep #DDDBAA

Tints of Mint Julep #DDDBAA

Color information

#DDDBAA (or 0xDDDBAA) is unknown color: approx Mint Julep. HEX triplet: DD, DB and AA. RGB value is (221,219,170). Sum of RGB (Red+Green+Blue) = 221+219+170=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 170 (66.80% from 255 or 27.87% from 610); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDBAA is #222455. Grayscale: #D6D6D6. Windows color (decimal): -2237526 or 11197405. OLE color: 11197405.

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

Color convert

RGB221219170-
CMYK00.010.230.13
HSL57.65º42.86%76.67%-
HSV(B)57.65º23.08%86.67%-
XYZ62.4168.9448.05-
YUV214.01103.16132.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.23%
GREEN value IS 219 (85.94% from 255) = 35.90%
BLUE value IS 170 (66.80% from 255) = 27.87%
R=36.23%
G=35.90%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121917000.010.230.1357.6542.8676.67
HexDDDBAA0117D3a2b4d
Octal3353332520127157253115
Binary110111011101101110101010011011111011110101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBAA; }

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

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

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

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

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

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

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

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