#DCD4AD

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

Shades of Mint Julep #DCD4AD

Tints of Mint Julep #DCD4AD

Color information

#DCD4AD (or 0xDCD4AD) is unknown color: approx Mint Julep. HEX triplet: DC, D4 and AD. RGB value is (220,212,173). Sum of RGB (Red+Green+Blue) = 220+212+173=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 212 (83.20% from 255 or 35.04% from 605); Blue value is 173 (67.97% from 255 or 28.60% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD4AD is #232B52. Grayscale: #D2D2D2. Windows color (decimal): -2304851 or 11392220. OLE color: 11392220.

HSL color Cylindrical-coordinate representation of color #DCD4AD: hue angle of 49.79º 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 #DCD4AD is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB220212173-
CMYK00.040.210.14
HSL49.79º40.17%77.06%-
HSV(B)49.79º21.36%86.27%-
XYZ60.665.3248.95-
YUV209.95107.15135.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.36%
GREEN value IS 212 (83.20% from 255) = 35.04%
BLUE value IS 173 (67.97% from 255) = 28.60%
R=36.36%
G=35.04%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021217300.040.210.1449.7940.1777.06
HexDCD4AD0415E32284d
Octal3343242550425166250115
Binary11011100110101001010110101001010111101100101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD4AD; }

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

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

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

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

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

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

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

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