#DDDB9F

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

Shades of Mint Julep #DDDB9F

Tints of Mint Julep #DDDB9F

Color information

#DDDB9F (or 0xDDDB9F) is unknown color: approx Mint Julep. HEX triplet: DD, DB and 9F. RGB value is (221,219,159). Sum of RGB (Red+Green+Blue) = 221+219+159=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 159 (62.5% from 255 or 26.54% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDB9F is #222460. Grayscale: #D5D5D5. Windows color (decimal): -2237537 or 10476509. OLE color: 10476509.

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

Color convert

RGB221219159-
CMYK00.010.280.13
HSL58.06º47.69%74.51%-
HSV(B)58.06º28.05%86.67%-
XYZ61.4168.5442.79-
YUV212.7697.66133.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.89%
GREEN value IS 219 (85.94% from 255) = 36.56%
BLUE value IS 159 (62.5% from 255) = 26.54%
R=36.89%
G=36.56%
B=26.54%

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
Decimal22121915900.010.280.1358.0647.6974.51
HexDDDB9F011CD3a304b
Octal3353332370134157260113
Binary110111011101101110011111011110011011110101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDB9F; }

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

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

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

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

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

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

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

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