#DDDBA8

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

Shades of Mint Julep #DDDBA8

Tints of Mint Julep #DDDBA8

Color information

#DDDBA8 (or 0xDDDBA8) is unknown color: approx Mint Julep. HEX triplet: DD, DB and A8. RGB value is (221,219,168). Sum of RGB (Red+Green+Blue) = 221+219+168=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 168 (66.02% from 255 or 27.63% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDBA8 is #222457. Grayscale: #D5D5D5. Windows color (decimal): -2237528 or 11066333. OLE color: 11066333.

HSL color Cylindrical-coordinate representation of color #DDDBA8: hue angle of 57.74º degrees, saturation: 0.44, 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 #DDDBA8 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB221219168-
CMYK00.010.240.13
HSL57.74º43.8%76.27%-
HSV(B)57.74º23.98%86.67%-
XYZ62.2268.8647.06-
YUV213.78102.16133.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.35%
GREEN value IS 219 (85.94% from 255) = 36.02%
BLUE value IS 168 (66.02% from 255) = 27.63%
R=36.35%
G=36.02%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121916800.010.240.1357.7443.876.27
HexDDDBA80118D3a2c4c
Octal3353332500130157254114
Binary110111011101101110101000011100011011110101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBA8; }

 p { color: rgb(221,219,168); }

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

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

 a { background-color: rgb(221,219,168); }

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

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

 span { border-color: rgb(221,219,168); }

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