#DDDBA0

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

Shades of Mint Julep #DDDBA0

Tints of Mint Julep #DDDBA0

Color information

#DDDBA0 (or 0xDDDBA0) is unknown color: approx Mint Julep. HEX triplet: DD, DB and A0. RGB value is (221,219,160). Sum of RGB (Red+Green+Blue) = 221+219+160=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 160 (62.89% from 255 or 26.67% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDBA0 is #22245F. Grayscale: #D5D5D5. Windows color (decimal): -2237536 or 10542045. OLE color: 10542045.

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

Color convert

RGB221219160-
CMYK00.010.280.13
HSL58.03º47.29%74.71%-
HSV(B)58.03º27.6%86.67%-
XYZ61.568.5743.25-
YUV212.8798.16133.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.83%
GREEN value IS 219 (85.94% from 255) = 36.5%
BLUE value IS 160 (62.89% from 255) = 26.67%
R=36.83%
G=36.5%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121916000.010.280.1358.0347.2974.71
HexDDDBA0011CD3a2f4b
Octal3353332400134157257113
Binary110111011101101110100000011110011011110101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBA0; }

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

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

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

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

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

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

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

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