#DDD89D

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

Shades of Mint Julep #DDD89D

Tints of Mint Julep #DDD89D

Color information

#DDD89D (or 0xDDD89D) is unknown color: approx Mint Julep. HEX triplet: DD, D8 and 9D. RGB value is (221,216,157). Sum of RGB (Red+Green+Blue) = 221+216+157=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 216 (84.77% from 255 or 36.36% from 594); Blue value is 157 (61.72% from 255 or 26.43% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD89D is #222762. Grayscale: #D3D3D3. Windows color (decimal): -2238307 or 10344669. OLE color: 10344669.

HSL color Cylindrical-coordinate representation of color #DDD89D: hue angle of 55.31º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDD89D is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB221216157-
CMYK00.020.290.13
HSL55.31º48.48%74.12%-
HSV(B)55.31º28.96%86.67%-
XYZ60.4666.9241.63-
YUV210.7797.66135.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.21%
GREEN value IS 216 (84.77% from 255) = 36.36%
BLUE value IS 157 (61.72% from 255) = 26.43%
R=37.21%
G=36.36%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121615700.020.290.1355.3148.4874.12
HexDDD89D021DD37304a
Octal3353302350235156760112
Binary1101110111011000100111010101110111011101111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD89D; }

 p { color: rgb(221,216,157); }

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

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

 a { background-color: rgb(221,216,157); }

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

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

 span { border-color: rgb(221,216,157); }

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