#DDDBAB

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

Shades of Mint Julep #DDDBAB

Tints of Mint Julep #DDDBAB

Color information

#DDDBAB (or 0xDDDBAB) is unknown color: approx Mint Julep. HEX triplet: DD, DB and AB. RGB value is (221,219,171). Sum of RGB (Red+Green+Blue) = 221+219+171=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 171 (67.19% from 255 or 27.99% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDBAB is #222454. Grayscale: #D6D6D6. Windows color (decimal): -2237525 or 11262941. OLE color: 11262941.

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

Color convert

RGB221219171-
CMYK00.010.230.13
HSL57.6º42.37%76.86%-
HSV(B)57.6º22.62%86.67%-
XYZ62.568.9848.55-
YUV214.13103.66132.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.17%
GREEN value IS 219 (85.94% from 255) = 35.84%
BLUE value IS 171 (67.19% from 255) = 27.99%
R=36.17%
G=35.84%
B=27.99%

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
Decimal22121917100.010.230.1357.642.3776.86
HexDDDBAB0117D3a2a4d
Octal3353332530127157252115
Binary110111011101101110101011011011111011110101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBAB; }

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

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

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

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

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

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

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

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