#DCD8A7

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

Shades of Mint Julep #DCD8A7

Tints of Mint Julep #DCD8A7

Color information

#DCD8A7 (or 0xDCD8A7) is unknown color: approx Mint Julep. HEX triplet: DC, D8 and A7. RGB value is (220,216,167). Sum of RGB (Red+Green+Blue) = 220+216+167=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 216 (84.77% from 255 or 35.82% from 603); Blue value is 167 (65.62% from 255 or 27.69% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD8A7 is #232758. Grayscale: #D3D3D3. Windows color (decimal): -2303833 or 11000028. OLE color: 11000028.

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

Color convert

RGB220216167-
CMYK00.020.240.14
HSL55.47º43.09%75.88%-
HSV(B)55.47º24.09%86.27%-
XYZ61.0567.1246.3-
YUV211.61102.83133.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.48%
GREEN value IS 216 (84.77% from 255) = 35.82%
BLUE value IS 167 (65.62% from 255) = 27.69%
R=36.48%
G=35.82%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021616700.020.240.1455.4743.0975.88
HexDCD8A70218E372b4c
Octal3343302470230166753114
Binary1101110011011000101001110101100011101101111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD8A7; }

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

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

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

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

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

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

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

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