#DDD69C

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

Shades of Mint Julep #DDD69C

Tints of Mint Julep #DDD69C

Color information

#DDD69C (or 0xDDD69C) is unknown color: approx Mint Julep. HEX triplet: DD, D6 and 9C. RGB value is (221,214,156). Sum of RGB (Red+Green+Blue) = 221+214+156=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 156 (61.33% from 255 or 26.40% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD69C is #222963. Grayscale: #D1D1D1. Windows color (decimal): -2238820 or 10278621. OLE color: 10278621.

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

Color convert

RGB221214156-
CMYK00.030.290.13
HSL53.54º48.87%73.92%-
HSV(B)53.54º29.41%86.67%-
XYZ59.8765.8741.01-
YUV209.4897.82136.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.39%
GREEN value IS 214 (83.98% from 255) = 36.21%
BLUE value IS 156 (61.33% from 255) = 26.40%
R=37.39%
G=36.21%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121415600.030.290.1353.5448.8773.92
HexDDD69C031DD36314a
Octal3353262340335156661112
Binary1101110111010110100111000111110111011101101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD69C; }

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

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

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

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

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

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

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

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