#DAD79C

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

Shades of Mint Julep #DAD79C

Tints of Mint Julep #DAD79C

Color information

#DAD79C (or 0xDAD79C) is unknown color: approx Mint Julep. HEX triplet: DA, D7 and 9C. RGB value is (218,215,156). Sum of RGB (Red+Green+Blue) = 218+215+156=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 215 (84.38% from 255 or 36.50% from 589); Blue value is 156 (61.33% from 255 or 26.49% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD79C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD79C is #252863. Grayscale: #D1D1D1. Windows color (decimal): -2435172 or 10278874. OLE color: 10278874.

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

Color convert

RGB218215156-
CMYK00.010.280.15
HSL57.1º45.59%73.33%-
HSV(B)57.1º28.44%85.49%-
XYZ59.2165.9141.05-
YUV209.1797.99134.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.01%
GREEN value IS 215 (84.38% from 255) = 36.50%
BLUE value IS 156 (61.33% from 255) = 26.49%
R=37.01%
G=36.50%
B=26.49%

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
Decimal21821515600.010.280.1557.145.5973.33
HexDAD79C011CF392e49
Octal3323272340134177156111
Binary110110101101011110011100011110011111110011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD79C; }

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

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

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

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

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

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

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

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