#DDDC9D

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

Shades of Mint Julep #DDDC9D

Tints of Mint Julep #DDDC9D

Color information

#DDDC9D (or 0xDDDC9D) is unknown color: approx Mint Julep. HEX triplet: DD, DC and 9D. RGB value is (221,220,157). Sum of RGB (Red+Green+Blue) = 221+220+157=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 157 (61.72% from 255 or 26.25% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDC9D is #222362. Grayscale: #D5D5D5. Windows color (decimal): -2237283 or 10345693. OLE color: 10345693.

HSL color Cylindrical-coordinate representation of color #DDDC9D: hue angle of 59.06º 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 #DDDC9D is Cyan = 0, Magento = 0.00, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB221220157-
CMYK00.000.290.13
HSL59.06º48.48%74.12%-
HSV(B)59.06º28.96%86.67%-
XYZ61.568.9941.97-
YUV213.1296.33133.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.96%
GREEN value IS 220 (86.33% from 255) = 36.79%
BLUE value IS 157 (61.72% from 255) = 26.25%
R=36.96%
G=36.79%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122015700.000.290.1359.0648.4874.12
HexDDDC9D001DD3b304a
Octal3353342350035157360112
Binary110111011101110010011101001110111011110111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDC9D; }

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

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

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

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

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

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

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

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