#DCD8A0

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

Shades of Mint Julep #DCD8A0

Tints of Mint Julep #DCD8A0

Color information

#DCD8A0 (or 0xDCD8A0) is unknown color: approx Mint Julep. HEX triplet: DC, D8 and A0. RGB value is (220,216,160). Sum of RGB (Red+Green+Blue) = 220+216+160=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 216 (84.77% from 255 or 36.24% from 596); Blue value is 160 (62.89% from 255 or 26.85% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD8A0 is #23275F. Grayscale: #D3D3D3. Windows color (decimal): -2303840 or 10541276. OLE color: 10541276.

HSL color Cylindrical-coordinate representation of color #DCD8A0: hue angle of 56º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCD8A0 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB220216160-
CMYK00.020.270.14
HSL56º46.15%74.51%-
HSV(B)56º27.27%86.27%-
XYZ60.4266.8742.98-
YUV210.8199.33134.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.91%
GREEN value IS 216 (84.77% from 255) = 36.24%
BLUE value IS 160 (62.89% from 255) = 26.85%
R=36.91%
G=36.24%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021616000.020.270.145646.1574.51
HexDCD8A0021BE382e4b
Octal3343302400233167056113
Binary1101110011011000101000000101101111101110001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD8A0; }

 p { color: rgb(220,216,160); }

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

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

 a { background-color: rgb(220,216,160); }

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

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

 span { border-color: rgb(220,216,160); }

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