#DCDAB0

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

Shades of Mint Julep #DCDAB0

Tints of Mint Julep #DCDAB0

Color information

#DCDAB0 (or 0xDCDAB0) is unknown color: approx Mint Julep. HEX triplet: DC, DA and B0. RGB value is (220,218,176). Sum of RGB (Red+Green+Blue) = 220+218+176=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 176 (69.14% from 255 or 28.66% from 614); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDAB0 is #23254F. Grayscale: #D5D5D5. Windows color (decimal): -2303312 or 11590364. OLE color: 11590364.

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

Color convert

RGB220218176-
CMYK00.010.20.14
HSL57.27º38.6%77.65%-
HSV(B)57.27º20%86.27%-
XYZ62.4268.4951-
YUV213.81106.66132.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.83%
GREEN value IS 218 (85.55% from 255) = 35.50%
BLUE value IS 176 (69.14% from 255) = 28.66%
R=35.83%
G=35.50%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021817600.010.20.1457.2738.677.65
HexDCDAB00114E39274e
Octal3343322600124167147116
Binary110111001101101010110000011010011101110011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDAB0; }

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

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

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

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

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

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

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

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