#DDDCAA

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

Shades of Mint Julep #DDDCAA

Tints of Mint Julep #DDDCAA

Color information

#DDDCAA (or 0xDDDCAA) is unknown color: approx Mint Julep. HEX triplet: DD, DC and AA. RGB value is (221,220,170). Sum of RGB (Red+Green+Blue) = 221+220+170=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 170 (66.80% from 255 or 27.82% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDCAA is #222355. Grayscale: #D6D6D6. Windows color (decimal): -2237270 or 11197661. OLE color: 11197661.

HSL color Cylindrical-coordinate representation of color #DDDCAA: hue angle of 58.82º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDDCAA is Cyan = 0, Magento = 0.00, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB221220170-
CMYK00.000.230.13
HSL58.82º42.86%76.67%-
HSV(B)58.82º23.08%86.67%-
XYZ62.6769.4648.13-
YUV214.6102.83132.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.17%
GREEN value IS 220 (86.33% from 255) = 36.01%
BLUE value IS 170 (66.80% from 255) = 27.82%
R=36.17%
G=36.01%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122017000.000.230.1358.8242.8676.67
HexDDDCAA0017D3b2b4d
Octal3353342520027157353115
Binary110111011101110010101010001011111011110111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCAA; }

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

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

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

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

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

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

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

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