#DAD9AC

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

Shades of Mint Julep #DAD9AC

Tints of Mint Julep #DAD9AC

Color information

#DAD9AC (or 0xDAD9AC) is unknown color: approx Mint Julep. HEX triplet: DA, D9 and AC. RGB value is (218,217,172). Sum of RGB (Red+Green+Blue) = 218+217+172=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 217 (85.16% from 255 or 35.75% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD9AC is #252653. Grayscale: #D4D4D4. Windows color (decimal): -2434644 or 11327962. OLE color: 11327962.

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

Color convert

RGB218217172-
CMYK00.000.210.15
HSL58.7º38.33%76.47%-
HSV(B)58.7º21.1%85.49%-
XYZ61.1767.5148.84-
YUV212.17105.33132.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.91%
GREEN value IS 217 (85.16% from 255) = 35.75%
BLUE value IS 172 (67.58% from 255) = 28.34%
R=35.91%
G=35.75%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821717200.000.210.1558.738.3376.47
HexDAD9AC0015F3b264c
Octal3323312540025177346114
Binary110110101101100110101100001010111111110111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD9AC; }

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

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

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

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

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

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

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

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