#DAD3AC

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

Shades of Mint Julep #DAD3AC

Tints of Mint Julep #DAD3AC

Color information

#DAD3AC (or 0xDAD3AC) is unknown color: approx Mint Julep. HEX triplet: DA, D3 and AC. RGB value is (218,211,172). Sum of RGB (Red+Green+Blue) = 218+211+172=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 211 (82.81% from 255 or 35.11% from 601); Blue value is 172 (67.58% from 255 or 28.62% from 601); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD3AC is #252C53. Grayscale: #D0D0D0. Windows color (decimal): -2436180 or 11326426. OLE color: 11326426.

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

Color convert

RGB218211172-
CMYK00.030.210.15
HSL50.87º38.33%76.47%-
HSV(B)50.87º21.1%85.49%-
XYZ59.6564.4748.33-
YUV208.65107.32134.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.27%
GREEN value IS 211 (82.81% from 255) = 35.11%
BLUE value IS 172 (67.58% from 255) = 28.62%
R=36.27%
G=35.11%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821117200.030.210.1550.8738.3376.47
HexDAD3AC0315F33264c
Octal3323232540325176346114
Binary1101101011010011101011000111010111111100111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD3AC; }

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

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

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

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

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

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

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

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