#DDD99C

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

Shades of Mint Julep #DDD99C

Tints of Mint Julep #DDD99C

Color information

#DDD99C (or 0xDDD99C) is unknown color: approx Mint Julep. HEX triplet: DD, D9 and 9C. RGB value is (221,217,156). Sum of RGB (Red+Green+Blue) = 221+217+156=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 156 (61.33% from 255 or 26.26% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD99C is #222663. Grayscale: #D3D3D3. Windows color (decimal): -2238052 or 10279389. OLE color: 10279389.

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

Color convert

RGB221217156-
CMYK00.020.290.13
HSL56.31º48.87%73.92%-
HSV(B)56.31º29.41%86.67%-
XYZ60.6367.441.27-
YUV211.2496.83134.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.21%
GREEN value IS 217 (85.16% from 255) = 36.53%
BLUE value IS 156 (61.33% from 255) = 26.26%
R=37.21%
G=36.53%
B=26.26%

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
Decimal22121715600.020.290.1356.3148.8773.92
HexDDD99C021DD38314a
Octal3353312340235157061112
Binary1101110111011001100111000101110111011110001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD99C; }

 p { color: rgb(221,217,156); }

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

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

 a { background-color: rgb(221,217,156); }

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

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

 span { border-color: rgb(221,217,156); }

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