#DCDAAD

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

Shades of Mint Julep #DCDAAD

Tints of Mint Julep #DCDAAD

Color information

#DCDAAD (or 0xDCDAAD) is unknown color: approx Mint Julep. HEX triplet: DC, DA and AD. RGB value is (220,218,173). Sum of RGB (Red+Green+Blue) = 220+218+173=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 173 (67.97% from 255 or 28.31% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDAAD is #232552. Grayscale: #D5D5D5. Windows color (decimal): -2303315 or 11393756. OLE color: 11393756.

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

Color convert

RGB220218173-
CMYK00.010.210.14
HSL57.45º40.17%77.06%-
HSV(B)57.45º21.36%86.27%-
XYZ62.1368.3849.46-
YUV213.47105.16132.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.01%
GREEN value IS 218 (85.55% from 255) = 35.68%
BLUE value IS 173 (67.97% from 255) = 28.31%
R=36.01%
G=35.68%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021817300.010.210.1457.4540.1777.06
HexDCDAAD0115E39284d
Octal3343322550125167150115
Binary110111001101101010101101011010111101110011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDAAD; }

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

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

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

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

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

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

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

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