#DCD6A7

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

Shades of Mint Julep #DCD6A7

Tints of Mint Julep #DCD6A7

Color information

#DCD6A7 (or 0xDCD6A7) is unknown color: approx Mint Julep. HEX triplet: DC, D6 and A7. RGB value is (220,214,167). Sum of RGB (Red+Green+Blue) = 220+214+167=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 214 (83.98% from 255 or 35.61% from 601); Blue value is 167 (65.62% from 255 or 27.79% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD6A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD6A7 is #232958. Grayscale: #D2D2D2. Windows color (decimal): -2304345 or 10999516. OLE color: 10999516.

HSL color Cylindrical-coordinate representation of color #DCD6A7: hue angle of 53.21º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCD6A7 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB220214167-
CMYK00.030.240.14
HSL53.21º43.09%75.88%-
HSV(B)53.21º24.09%86.27%-
XYZ60.5466.146.13-
YUV210.44103.49134.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 214 (83.98% from 255) = 35.61%
BLUE value IS 167 (65.62% from 255) = 27.79%
R=36.61%
G=35.61%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021416700.030.240.1453.2143.0975.88
HexDCD6A70318E352b4c
Octal3343262470330166553114
Binary1101110011010110101001110111100011101101011010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD6A7; }

 p { color: rgb(220,214,167); }

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

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

 a { background-color: rgb(220,214,167); }

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

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

 span { border-color: rgb(220,214,167); }

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