#DCD8A1

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

Shades of Mint Julep #DCD8A1

Tints of Mint Julep #DCD8A1

Color information

#DCD8A1 (or 0xDCD8A1) is unknown color: approx Mint Julep. HEX triplet: DC, D8 and A1. RGB value is (220,216,161). Sum of RGB (Red+Green+Blue) = 220+216+161=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 216 (84.77% from 255 or 36.18% from 597); Blue value is 161 (63.28% from 255 or 26.97% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD8A1 is #23275E. Grayscale: #D3D3D3. Windows color (decimal): -2303839 or 10606812. OLE color: 10606812.

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

Color convert

RGB220216161-
CMYK00.020.270.14
HSL55.93º45.74%74.71%-
HSV(B)55.93º26.82%86.27%-
XYZ60.566.943.44-
YUV210.9399.83134.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.85%
GREEN value IS 216 (84.77% from 255) = 36.18%
BLUE value IS 161 (63.28% from 255) = 26.97%
R=36.85%
G=36.18%
B=26.97%

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
Decimal22021616100.020.270.1455.9345.7474.71
HexDCD8A1021BE382e4b
Octal3343302410233167056113
Binary1101110011011000101000010101101111101110001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD8A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD8A1; }

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

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

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

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

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

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

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

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