#DCDAAA

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

Shades of Mint Julep #DCDAAA

Tints of Mint Julep #DCDAAA

Color information

#DCDAAA (or 0xDCDAAA) is unknown color: approx Mint Julep. HEX triplet: DC, DA and AA. RGB value is (220,218,170). Sum of RGB (Red+Green+Blue) = 220+218+170=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 170 (66.80% from 255 or 27.96% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDAAA is #232555. Grayscale: #D5D5D5. Windows color (decimal): -2303318 or 11197148. OLE color: 11197148.

HSL color Cylindrical-coordinate representation of color #DCDAAA: hue angle of 57.6º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCDAAA is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB220218170-
CMYK00.010.230.14
HSL57.6º41.67%76.47%-
HSV(B)57.6º22.73%86.27%-
XYZ61.8468.2647.95-
YUV213.13103.66132.9-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.18%
GREEN value IS 218 (85.55% from 255) = 35.86%
BLUE value IS 170 (66.80% from 255) = 27.96%
R=36.18%
G=35.86%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021817000.010.230.1457.641.6776.47
HexDCDAAA0117E3a2a4c
Octal3343322520127167252114
Binary110111001101101010101010011011111101110101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDAAA; }

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

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

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

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

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

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

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

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