#DDDBA7

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

Shades of Mint Julep #DDDBA7

Tints of Mint Julep #DDDBA7

Color information

#DDDBA7 (or 0xDDDBA7) is unknown color: approx Mint Julep. HEX triplet: DD, DB and A7. RGB value is (221,219,167). Sum of RGB (Red+Green+Blue) = 221+219+167=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 167 (65.62% from 255 or 27.51% from 607); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDBA7 is #222458. Grayscale: #D5D5D5. Windows color (decimal): -2237529 or 11000797. OLE color: 11000797.

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

Color convert

RGB221219167-
CMYK00.010.240.13
HSL57.78º44.26%76.08%-
HSV(B)57.78º24.43%86.67%-
XYZ62.1368.8346.57-
YUV213.67101.66133.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.41%
GREEN value IS 219 (85.94% from 255) = 36.08%
BLUE value IS 167 (65.62% from 255) = 27.51%
R=36.41%
G=36.08%
B=27.51%

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
Decimal22121916700.010.240.1357.7844.2676.08
HexDDDBA70118D3a2c4c
Octal3353332470130157254114
Binary110111011101101110100111011100011011110101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBA7; }

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

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

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

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

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

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

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

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