#DCDAAC

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

Shades of Mint Julep #DCDAAC

Tints of Mint Julep #DCDAAC

Color information

#DCDAAC (or 0xDCDAAC) is unknown color: approx Mint Julep. HEX triplet: DC, DA and AC. RGB value is (220,218,172). Sum of RGB (Red+Green+Blue) = 220+218+172=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 172 (67.58% from 255 or 28.20% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDAAC is #232553. Grayscale: #D5D5D5. Windows color (decimal): -2303316 or 11328220. OLE color: 11328220.

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

Color convert

RGB220218172-
CMYK00.010.220.14
HSL57.5º40.68%76.86%-
HSV(B)57.5º21.82%86.27%-
XYZ62.0368.3448.95-
YUV213.35104.66132.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.07%
GREEN value IS 218 (85.55% from 255) = 35.74%
BLUE value IS 172 (67.58% from 255) = 28.20%
R=36.07%
G=35.74%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021817200.010.220.1457.540.6876.86
HexDCDAAC0116E3a294d
Octal3343322540126167251115
Binary110111001101101010101100011011011101110101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDAAC; }

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

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

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

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

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

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

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

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