#DAD79F

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

Shades of Mint Julep #DAD79F

Tints of Mint Julep #DAD79F

Color information

#DAD79F (or 0xDAD79F) is unknown color: approx Mint Julep. HEX triplet: DA, D7 and 9F. RGB value is (218,215,159). Sum of RGB (Red+Green+Blue) = 218+215+159=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 215 (84.38% from 255 or 36.32% from 592); Blue value is 159 (62.5% from 255 or 26.86% from 592); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD79F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD79F is #252860. Grayscale: #D1D1D1. Windows color (decimal): -2435169 or 10475482. OLE color: 10475482.

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

Color convert

RGB218215159-
CMYK00.010.270.15
HSL56.95º44.36%73.92%-
HSV(B)56.95º27.06%85.49%-
XYZ59.4766.0142.41-
YUV209.5199.49134.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.82%
GREEN value IS 215 (84.38% from 255) = 36.32%
BLUE value IS 159 (62.5% from 255) = 26.86%
R=36.82%
G=36.32%
B=26.86%

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
Decimal21821515900.010.270.1556.9544.3673.92
HexDAD79F011BF392c4a
Octal3323272370133177154112
Binary110110101101011110011111011101111111110011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD79F; }

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

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

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

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

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

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

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

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