#DAD9AA

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

Shades of Mint Julep #DAD9AA

Tints of Mint Julep #DAD9AA

Color information

#DAD9AA (or 0xDAD9AA) is unknown color: approx Mint Julep. HEX triplet: DA, D9 and AA. RGB value is (218,217,170). Sum of RGB (Red+Green+Blue) = 218+217+170=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 217 (85.16% from 255 or 35.87% from 605); Blue value is 170 (66.80% from 255 or 28.10% from 605); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD9AA is #252655. Grayscale: #D4D4D4. Windows color (decimal): -2434646 or 11196890. OLE color: 11196890.

HSL color Cylindrical-coordinate representation of color #DAD9AA: hue angle of 58.75º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAD9AA is Cyan = 0, Magento = 0.00, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB218217170-
CMYK00.000.220.15
HSL58.75º39.34%76.08%-
HSV(B)58.75º22.02%85.49%-
XYZ60.9867.4347.83-
YUV211.94104.33132.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.03%
GREEN value IS 217 (85.16% from 255) = 35.87%
BLUE value IS 170 (66.80% from 255) = 28.10%
R=36.03%
G=35.87%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821717000.000.220.1558.7539.3476.08
HexDAD9AA0016F3b274c
Octal3323312520026177347114
Binary110110101101100110101010001011011111110111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD9AA; }

 p { color: rgb(218,217,170); }

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

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

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

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

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

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

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