#DCD7AD

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

Shades of Mint Julep #DCD7AD

Tints of Mint Julep #DCD7AD

Color information

#DCD7AD (or 0xDCD7AD) is unknown color: approx Mint Julep. HEX triplet: DC, D7 and AD. RGB value is (220,215,173). Sum of RGB (Red+Green+Blue) = 220+215+173=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 215 (84.38% from 255 or 35.36% from 608); Blue value is 173 (67.97% from 255 or 28.45% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD7AD is #232852. Grayscale: #D3D3D3. Windows color (decimal): -2304083 or 11392988. OLE color: 11392988.

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

Color convert

RGB220215173-
CMYK00.020.210.14
HSL53.62º40.17%77.06%-
HSV(B)53.62º21.36%86.27%-
XYZ61.3666.8349.2-
YUV211.71106.16133.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.18%
GREEN value IS 215 (84.38% from 255) = 35.36%
BLUE value IS 173 (67.97% from 255) = 28.45%
R=36.18%
G=35.36%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021517300.020.210.1453.6240.1777.06
HexDCD7AD0215E36284d
Octal3343272550225166650115
Binary1101110011010111101011010101010111101101101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD7AD; }

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

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

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

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

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

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

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

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