#DAD49F

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

Shades of Mint Julep #DAD49F

Tints of Mint Julep #DAD49F

Color information

#DAD49F (or 0xDAD49F) is unknown color: approx Mint Julep. HEX triplet: DA, D4 and 9F. RGB value is (218,212,159). Sum of RGB (Red+Green+Blue) = 218+212+159=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 159 (62.5% from 255 or 26.99% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD49F is #252B60. Grayscale: #CFCFCF. Windows color (decimal): -2435937 or 10474714. OLE color: 10474714.

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

Color convert

RGB218212159-
CMYK00.030.270.15
HSL53.9º44.36%73.92%-
HSV(B)53.9º27.06%85.49%-
XYZ58.7164.542.16-
YUV207.75100.49135.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.01%
GREEN value IS 212 (83.20% from 255) = 35.99%
BLUE value IS 159 (62.5% from 255) = 26.99%
R=37.01%
G=35.99%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821215900.030.270.1553.944.3673.92
HexDAD49F031BF362c4a
Octal3323242370333176654112
Binary1101101011010100100111110111101111111101101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD49F; }

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

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

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

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

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

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

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

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