#DAD79D

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

Shades of Mint Julep #DAD79D

Tints of Mint Julep #DAD79D

Color information

#DAD79D (or 0xDAD79D) is unknown color: approx Mint Julep. HEX triplet: DA, D7 and 9D. RGB value is (218,215,157). Sum of RGB (Red+Green+Blue) = 218+215+157=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 215 (84.38% from 255 or 36.44% from 590); Blue value is 157 (61.72% from 255 or 26.61% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD79D is #252862. Grayscale: #D1D1D1. Windows color (decimal): -2435171 or 10344410. OLE color: 10344410.

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

Color convert

RGB218215157-
CMYK00.010.280.15
HSL57.05º45.19%73.53%-
HSV(B)57.05º27.98%85.49%-
XYZ59.365.9441.5-
YUV209.2898.49134.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.95%
GREEN value IS 215 (84.38% from 255) = 36.44%
BLUE value IS 157 (61.72% from 255) = 26.61%
R=36.95%
G=36.44%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821515700.010.280.1557.0545.1973.53
HexDAD79D011CF392d4a
Octal3323272350134177155112
Binary110110101101011110011101011110011111110011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD79D; }

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

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

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

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

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

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

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

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