#DCD89F

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

Shades of Mint Julep #DCD89F

Tints of Mint Julep #DCD89F

Color information

#DCD89F (or 0xDCD89F) is unknown color: approx Mint Julep. HEX triplet: DC, D8 and 9F. RGB value is (220,216,159). Sum of RGB (Red+Green+Blue) = 220+216+159=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 159 (62.5% from 255 or 26.72% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD89F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD89F is #232760. Grayscale: #D2D2D2. Windows color (decimal): -2303841 or 10475740. OLE color: 10475740.

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

Color convert

RGB220216159-
CMYK00.020.280.14
HSL56.07º46.56%74.31%-
HSV(B)56.07º27.73%86.27%-
XYZ60.3366.8342.52-
YUV210.798.83134.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 216 (84.77% from 255) = 36.30%
BLUE value IS 159 (62.5% from 255) = 26.72%
R=36.97%
G=36.30%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021615900.020.280.1456.0746.5674.31
HexDCD89F021CE382f4a
Octal3343302370234167057112
Binary1101110011011000100111110101110011101110001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD89F; }

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

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

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

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

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

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

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

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