#DADA9F

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

Shades of Mint Julep #DADA9F

Tints of Mint Julep #DADA9F

Color information

#DADA9F (or 0xDADA9F) is unknown color: approx Mint Julep. HEX triplet: DA, DA and 9F. RGB value is (218,218,159). Sum of RGB (Red+Green+Blue) = 218+218+159=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 159 (62.5% from 255 or 26.72% from 595); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADA9F is #252560. Grayscale: #D3D3D3. Windows color (decimal): -2434401 or 10476250. OLE color: 10476250.

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

Color convert

RGB218218159-
CMYK000.270.15
HSL60º44.36%73.92%-
HSV(B)60º27.06%85.49%-
XYZ60.2467.5542.66-
YUV211.2798.5132.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.64%
GREEN value IS 218 (85.55% from 255) = 36.64%
BLUE value IS 159 (62.5% from 255) = 26.72%
R=36.64%
G=36.64%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218218159000.270.156044.3673.92
HexDADA9F001BF3c2c4a
Octal3323322370033177454112
Binary110110101101101010011111001101111111111001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADA9F; }

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

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

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

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

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

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

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

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