#DDDA9B

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

Shades of Mint Julep #DDDA9B

Tints of Mint Julep #DDDA9B

Color information

#DDDA9B (or 0xDDDA9B) is unknown color: approx Mint Julep. HEX triplet: DD, DA and 9B. RGB value is (221,218,155). Sum of RGB (Red+Green+Blue) = 221+218+155=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 155 (60.94% from 255 or 26.09% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDA9B is #222564. Grayscale: #D3D3D3. Windows color (decimal): -2237797 or 10214109. OLE color: 10214109.

HSL color Cylindrical-coordinate representation of color #DDDA9B: hue angle of 57.27º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDDA9B is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB221218155-
CMYK00.010.300.13
HSL57.27º49.25%73.73%-
HSV(B)57.27º29.86%86.67%-
XYZ60.8167.8840.91-
YUV211.7195.99134.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.21%
GREEN value IS 218 (85.55% from 255) = 36.70%
BLUE value IS 155 (60.94% from 255) = 26.09%
R=37.21%
G=36.70%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121815500.010.300.1357.2749.2573.73
HexDDDA9B011ED39314a
Octal3353322330136157161112
Binary110111011101101010011011011111011011110011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDA9B; }

 p { color: rgb(221,218,155); }

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

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

 a { background-color: rgb(221,218,155); }

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

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

 span { border-color: rgb(221,218,155); }

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