#DCDAB1

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

Shades of Mint Julep #DCDAB1

Tints of Mint Julep #DCDAB1

Color information

#DCDAB1 (or 0xDCDAB1) is unknown color: approx Mint Julep. HEX triplet: DC, DA and B1. RGB value is (220,218,177). Sum of RGB (Red+Green+Blue) = 220+218+177=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 177 (69.53% from 255 or 28.78% from 615); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDAB1 is #23254E. Grayscale: #D6D6D6. Windows color (decimal): -2303311 or 11655900. OLE color: 11655900.

HSL color Cylindrical-coordinate representation of color #DCDAB1: hue angle of 57.21º degrees, saturation: 0.38, 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 #DCDAB1 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB220218177-
CMYK00.010.200.14
HSL57.21º38.05%77.84%-
HSV(B)57.21º19.55%86.27%-
XYZ62.5268.5351.53-
YUV213.92107.16132.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.77%
GREEN value IS 218 (85.55% from 255) = 35.45%
BLUE value IS 177 (69.53% from 255) = 28.78%
R=35.77%
G=35.45%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021817700.010.200.1457.2138.0577.84
HexDCDAB10114E39264e
Octal3343322610124167146116
Binary110111001101101010110001011010011101110011001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDAB1; }

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

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

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

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

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

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

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

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