#DAD89F

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

Shades of Mint Julep #DAD89F

Tints of Mint Julep #DAD89F

Color information

#DAD89F (or 0xDAD89F) is unknown color: approx Mint Julep. HEX triplet: DA, D8 and 9F. RGB value is (218,216,159). Sum of RGB (Red+Green+Blue) = 218+216+159=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 216 (84.77% from 255 or 36.42% from 593); Blue value is 159 (62.5% from 255 or 26.81% from 593); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD89F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD89F is #252760. Grayscale: #D2D2D2. Windows color (decimal): -2434913 or 10475738. OLE color: 10475738.

HSL color Cylindrical-coordinate representation of color #DAD89F: hue angle of 57.97º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAD89F is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB218216159-
CMYK00.010.270.15
HSL57.97º44.36%73.92%-
HSV(B)57.97º27.06%85.49%-
XYZ59.7366.5242.49-
YUV210.199.16133.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.76%
GREEN value IS 216 (84.77% from 255) = 36.42%
BLUE value IS 159 (62.5% from 255) = 26.81%
R=36.76%
G=36.42%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821615900.010.270.1557.9744.3673.92
HexDAD89F011BF3a2c4a
Octal3323302370133177254112
Binary110110101101100010011111011101111111110101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD89F; }

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

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

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

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

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

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

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

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