#DCD7AE

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

Shades of Mint Julep #DCD7AE

Tints of Mint Julep #DCD7AE

Color information

#DCD7AE (or 0xDCD7AE) is unknown color: approx Mint Julep. HEX triplet: DC, D7 and AE. RGB value is (220,215,174). Sum of RGB (Red+Green+Blue) = 220+215+174=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 215 (84.38% from 255 or 35.30% from 609); Blue value is 174 (68.36% from 255 or 28.57% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD7AE is #232851. Grayscale: #D3D3D3. Windows color (decimal): -2304082 or 11458524. OLE color: 11458524.

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

Color convert

RGB220215174-
CMYK00.020.210.14
HSL53.48º39.66%77.25%-
HSV(B)53.48º20.91%86.27%-
XYZ61.4666.8749.71-
YUV211.82106.66133.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.12%
GREEN value IS 215 (84.38% from 255) = 35.30%
BLUE value IS 174 (68.36% from 255) = 28.57%
R=36.12%
G=35.30%
B=28.57%

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
Decimal22021517400.020.210.1453.4839.6677.25
HexDCD7AE0215E35284d
Octal3343272560225166550115
Binary1101110011010111101011100101010111101101011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD7AE; }

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

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

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

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

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

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

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

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