#DCD8A9

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

Shades of Mint Julep #DCD8A9

Tints of Mint Julep #DCD8A9

Color information

#DCD8A9 (or 0xDCD8A9) is unknown color: approx Mint Julep. HEX triplet: DC, D8 and A9. RGB value is (220,216,169). Sum of RGB (Red+Green+Blue) = 220+216+169=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 216 (84.77% from 255 or 35.70% from 605); Blue value is 169 (66.41% from 255 or 27.93% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD8A9 is #232756. Grayscale: #D4D4D4. Windows color (decimal): -2303831 or 11131100. OLE color: 11131100.

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

Color convert

RGB220216169-
CMYK00.020.230.14
HSL55.29º42.15%76.27%-
HSV(B)55.29º23.18%86.27%-
XYZ61.2367.1947.28-
YUV211.84103.83133.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.36%
GREEN value IS 216 (84.77% from 255) = 35.70%
BLUE value IS 169 (66.41% from 255) = 27.93%
R=36.36%
G=35.70%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021616900.020.230.1455.2942.1576.27
HexDCD8A90217E372a4c
Octal3343302510227166752114
Binary1101110011011000101010010101011111101101111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD8A9; }

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

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

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

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

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

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

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

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