#DDD7A9

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

Shades of Mint Julep #DDD7A9

Tints of Mint Julep #DDD7A9

Color information

#DDD7A9 (or 0xDDD7A9) is unknown color: approx Mint Julep. HEX triplet: DD, D7 and A9. RGB value is (221,215,169). Sum of RGB (Red+Green+Blue) = 221+215+169=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 215 (84.38% from 255 or 35.54% from 605); Blue value is 169 (66.41% from 255 or 27.93% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD7A9 is #222856. Grayscale: #D3D3D3. Windows color (decimal): -2238551 or 11130845. OLE color: 11130845.

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

Color convert

RGB221215169-
CMYK00.030.240.13
HSL53.08º43.33%76.47%-
HSV(B)53.08º23.53%86.67%-
XYZ61.2866.8447.21-
YUV211.55103.99134.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.53%
GREEN value IS 215 (84.38% from 255) = 35.54%
BLUE value IS 169 (66.41% from 255) = 27.93%
R=36.53%
G=35.54%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121516900.030.240.1353.0843.3376.47
HexDDD7A90318D352b4c
Octal3353272510330156553114
Binary1101110111010111101010010111100011011101011010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD7A9; }

 p { color: rgb(221,215,169); }

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

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

 a { background-color: rgb(221,215,169); }

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

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

 span { border-color: rgb(221,215,169); }

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