#DCD7AC

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

Shades of Mint Julep #DCD7AC

Tints of Mint Julep #DCD7AC

Color information

#DCD7AC (or 0xDCD7AC) is unknown color: approx Mint Julep. HEX triplet: DC, D7 and AC. RGB value is (220,215,172). Sum of RGB (Red+Green+Blue) = 220+215+172=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD7AC is #232853. Grayscale: #D3D3D3. Windows color (decimal): -2304084 or 11327452. OLE color: 11327452.

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

Color convert

RGB220215172-
CMYK00.020.220.14
HSL53.75º40.68%76.86%-
HSV(B)53.75º21.82%86.27%-
XYZ61.2666.848.69-
YUV211.59105.66134-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.24%
GREEN value IS 215 (84.38% from 255) = 35.42%
BLUE value IS 172 (67.58% from 255) = 28.34%
R=36.24%
G=35.42%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021517200.020.220.1453.7540.6876.86
HexDCD7AC0216E36294d
Octal3343272540226166651115
Binary1101110011010111101011000101011011101101101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD7AC; }

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

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

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

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

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

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

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

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